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