mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 00:14:00 +02:00
832 B
832 B
title
| title |
|---|
| Studio Destroy |
Studio Destroy Endpoint
The studio destroy endpoint soft deletes a studio and returns the deleted studio resource.
For example, the /studio/shaft endpoint will soft delete the Shaft studio and return the deleted Shaft resource.
URL
DELETE /studio/{slug}
Authentication
Required Permission: delete studio
Roles with Permission: Content Moderator, Encoder, Admin
Other Requirements: Studio must not be soft deleted
Parameters
None
Response
{
studio: {
id: id,
name: "name",
slug: "slug",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/studio/shaft