mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
946 B
946 B
title
| title |
|---|
| Resource Destroy |
Resource Destroy Endpoint
The resource destroy endpoint soft deletes an external resource and returns the deleted external resource.
For example, the /api/resource/1083 endpoint will soft delete the MyAnimeList resource for the Bakemonogatari anime and return the deleted MyAnimeList resource.
URL
DELETE /api/resource/{id}
Authentication
Required Permission: delete external resource
Roles with Permission: Wiki Editor, Admin
Parameters
None
Response
{
resource: {
id: id,
link: "link",
external_id: external_id,
site: "site",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at",
link: "link"
}
}