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

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