cURL
curl --request DELETE \ --url https://app.heyoo.ai/api/groups/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Delete a group in the workspace.
Default authentication mechanism
The ID of the group to delete.
The group was successfully deleted.
The ID of the deleted group.
Was this page helpful?