mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-26 00:43:59 +02:00
* fix: update links to production domain * add missing README change
title
| title |
|---|
| Anime Destroy |
Anime Destroy Endpoint
The anime destroy endpoint soft deletes an anime and returns the deleted anime resource.
For example, the /api/anime/bakemonogatari endpoint will soft delete the Bakemonogatari anime and return the deleted Bakemonogatari resource.
URL
DELETE /api/anime/{slug}
Authentication
Required Permission: delete anime
Roles with Permission: Wiki Editor, Admin
Parameters
None
Response
{
anime: {
id: id,
name: "name",
slug: "slug",
year: year,
season: "season",
synopsis: "synopsis",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}