Files
animethemes-api-docs/docs/resource/forceDelete/README.md
T
2022-06-11 09:34:50 -05:00

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.",
}
```bash curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/resource/1083 ```