Files

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