mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-03 11:15:29 +02:00
title
| title |
|---|
| Artist Destroy |
Artist Destroy Endpoint
The artist destroy endpoint soft deletes an artist and returns the deleted artist resource.
For example, the /api/artist/chiwa_saito endpoint will soft delete the Chiwa Saito artist and return the deleted Chiwa Saito resource.
URL
DELETE /api/artist/{slug}
Authentication
Required Permission: delete artist
Roles with Permission: Wiki Editor, Admin
Parameters
None
Response
{
artist: {
id: id,
name: "name",
slug: "slug",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}