Skip to main content
DELETE
/
v1
/
manage
/
group
/
{id}
Delete group
curl --request DELETE \
  --url https://api-v2.requesty.ai/v1/manage/group/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.requesty.ai/llms.txt Use this file to discover all available pages before exploring further.
Delete a group from your organization.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Response

Group deleted successfully

Last modified on April 24, 2026