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

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