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>'
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