mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-25 00:14:00 +02:00
title
| title |
|---|
| Studio Force Delete |
Studio Force Delete Endpoint
The studio force delete endpoint hard deletes a studio and returns a confirmation message.
For example, the /api/forceDelete/studio/shaft endpoint will hard delete the Shaft studio and return a confirmation message.
URL
DELETE /api/forceDelete/studio/{slug}
Authentication
Required Permission: force delete studio
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Studio 'Shaft' was deleted.",
}