mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 00:14:00 +02:00
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 /api/forceDelete/video/Bakemonogatari-OP1.webm endpoint will hard delete the Bakemonogatari-OP1.webm video and return a confirmation message.
URL
DELETE /api/forceDelete/video/{basename}
Authentication
Required Permission: force delete video
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Video 'Bakemonogatari-OP1.webm' was deleted.",
}