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