mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 16:34:00 +02:00
* fix: update links to production domain * add missing README change
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.",
}