Files
animethemes-api-docs/docs/jsonapi/reference/content/group/forceDelete/index.md
T
2025-12-17 22:53:18 -03:00

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