mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
770 B
770 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 /forceDelete/resource/1083 endpoint will hard delete the MyAnimeList resource for the Bakemonogatari anime and return a confirmation message.
URL
DELETE /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.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/resource/1083