Files

728 B

title
title
Video Force Delete

Video Force Delete Endpoint

The video force delete endpoint hard deletes a video and returns a confirmation message.

For example, the /forceDelete/video/Bakemonogatari-OP1.webm endpoint will hard delete the Bakemonogatari-OP1.webm video and return a confirmation message.

URL

DELETE /forceDelete/video/{basename}

Authentication

Required Permission: force delete video

Roles with Permission: Admin

Parameters

None

Response

{
    message: "The Video 'Bakemonogatari-OP1.webm' was deleted.",
}

Example

curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/video/Bakemonogatari-OP1.webm