mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 17:04:00 +02:00
682 B
682 B
title
| title |
|---|
| Series Force Delete |
Series Force Delete Endpoint
The series force delete endpoint hard deletes a series and returns a confirmation message.
For example, the /forceDelete/series/monogatari endpoint will hard delete the Monogatari series and return a confirmation message.
URL
DELETE /forceDelete/series/{slug}
Authentication
Required Permission: force delete series
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Series 'Monogatari' was deleted.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/series/monogatari