mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
787 B
787 B
title
| title |
|---|
| Anime Studio Destroy |
Anime Studio Destroy Endpoint
The anime studio destroy endpoint deletes an anime studio and returns the deleted anime studio resource.
For example, the /animestudio/bakemonogatari/shaft endpoint will delete the association between the Bakemonogatari anime and the Shaft studio.
URL
DELETE /animestudio/{anime:slug}/{studio:slug}
Authentication
Required Permission: delete anime, delete studio
Roles with Permission: Content Moderator, Encoder, Admin
Parameters
None
Response
{
message: "Anime 'Bakemonogatari' has been detached from Studio 'Shaft'.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/animestudio/bakemonogatari/shaft