mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 09:44:05 +02:00
822 B
822 B
title
| title |
|---|
| Resource Force Delete |
Resource Force Delete Endpoint
The resource force delete endpoint hard deletes an external resource and returns a confirmation message.
For example, the /api/forceDelete/resource/1083 endpoint will hard delete the MyAnimeList resource for the Bakemonogatari anime and return a confirmation message.
URL
DELETE /api/forceDelete/resource/{id}
Authentication
Required Permission: force delete external resource
Roles with Permission: Admin
Parameters
None
Response
{
message: "The ExternalResource 'https://myanimelist.net/anime/5081/' was deleted.",
}