Files
animethemes-api-docs/docs/anime/forceDelete/README.md
T
2022-06-30 15:42:51 -05:00

733 B

title
title
Anime Force Delete

Anime Force Delete Endpoint

The anime force delete endpoint hard deletes an anime and returns a confirmation message.

For example, the /forceDelete/anime/bakemonogatari endpoint will hard delete the Bakemonogatari anime and return a confirmation message.

URL

DELETE /forceDelete/anime/{slug}

Authentication

Required Permission: force delete anime

Roles with Permission: Admin

Parameters

None

Response

{
    message: "The Anime 'Bakemonogatari' was deleted.",
}
```bash curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/anime/bakemonogatari ```