mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
733 B
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.",
}