Files
animethemes-api-docs/docs/anime/forceDelete
paranarimasuandGitHub 57dd7eecd7 fix: update links to production domain (#23)
* fix: update links to production domain

* add missing README change
2022-05-31 20:46:45 -05:00
..

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 /api/forceDelete/anime/bakemonogatari endpoint will hard delete the Bakemonogatari anime and return a confirmation message.

URL

DELETE /api/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 ```