mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
667 B
667 B
title
| title |
|---|
| Group Force Delete |
Group Force Delete Endpoint
The group force delete endpoint hard deletes a group and returns a confirmation message.
For example, the /forceDelete/group/1 endpoint will hard delete the "English Version" group and return a confirmation message.
URL
DELETE /forceDelete/group/{id}
Authentication
Required Permission: force delete group
Roles with Permission: Admin
Parameters
None
Response
{
message: "The Group 'English Version' was deleted.",
}
Example
curl -X DELETE -H "Authorization: Bearer {token}" https://api.animethemes.moe/forceDelete/group/3373