mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
806 B
806 B
title
| title |
|---|
| Anime Theme Entry Force Delete |
Anime Theme Entry Force Delete Endpoint
The anime theme entry force delete endpoint hard deletes an anime theme entry and returns a confirmation message.
For example, the /forceDelete/animethemeentry/3822 endpoint will hard delete the V2 entry for the ED theme of the Bakemonogatari anime and return a confirmation message.
URL
DELETE /forceDelete/animethemeentry/{id}
Authentication
Required Permission: force delete anime theme entry
Roles with Permission: Admin
Parameters
None
Response
{
message: "The AnimeThemeEntry 'Bakemonogatari ED V2' was deleted.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/animethemeentry/3822