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