mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-03 19:25:27 +02:00
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.",
}