Files
animethemes-api-docs/docs/video/forceDelete/README.md
T
2022-06-30 15:42:51 -05:00

772 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.",
}
```bash curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/video/Bakemonogatari-OP1.webm ```