Files
animethemes-api-docs/docs/resource/forceDelete/index.md
T
2022-07-31 19:50:50 -05:00

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