mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
725 B
725 B
title
| title |
|---|
| Audio Force Delete |
Audio Force Delete Endpoint
The audio force delete endpoint hard deletes an audio and returns a confirmation message.
For example, the /forceDelete/audio/Bakemonogatari-OP1.ogg endpoint will hard delete the Bakemonogatari-OP1.ogg audio and return a confirmation message.
URL
DELETE /forceDelete/audio/{basename}
Authentication
Required Permission: force delete audio
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Audio 'Bakemonogatari-OP1.ogg' was deleted.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/audio/Bakemonogatari-OP1.ogg