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

954 B

title
title
Anime Theme Entry Video Destroy

Anime Theme Entry Video Destroy Endpoint

The anime theme entry video destroy endpoint deletes an anime theme entry video and returns the deleted anime theme entry video resource.

For example, the /animethemeentryvideo/3814/Bakemonogatari-OP1.webm endpoint will delete the association between the Bakemonogatari OP1 anime theme entry and the Bakemonogatari-OP1.webm video.

URL

DELETE /animethemeentryvideo/{animethemeentry:id}/{video:slug}

Authentication

Required Permission: delete anime theme entry, delete video

Roles with Permission: Content Moderator, Encoder, Admin

Parameters

None

Response

{
    message: "Video 'Bakemonogatari-OP1.webm' has been detached from Entry 'Bakemonogatari OP1'.",
}

Example

curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/animethemeentryvideo/bakemonogatari/monogatari