mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
954 B
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