Files
animethemes-api-docs/docs/jsonapi/reference/content/animestudio/destroy/index.md
T
2025-12-17 22:53:18 -03:00

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