mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
772 B
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.",
}