mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-09-03 11:15:29 +02:00
title
| title |
|---|
| Artist Force Delete |
Artist Force Delete Endpoint
The artist force delete endpoint hard deletes an artist and returns a confirmation message.
For example, the /api/forceDelete/artist/chiwa_saito endpoint will hard delete the Chiwa Saito artist and return a confirmation message.
URL
DELETE /api/forceDelete/artist/{slug}
Authentication
Required Permission: force delete artist
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Artist 'Chiwa Saito' was deleted.",
}