Skip to main content
DELETE
/
groups
/
{id}
Delete a group
curl --request DELETE \
  --url https://app.heyoo.ai/api/groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

id
string
required

The ID of the group to delete.

Response

The group was successfully deleted.

id
string
required

The ID of the deleted group.