API Version 3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/groups/{id} \ --header 'Authorization: Bearer <token>'
"<unknown>"
Delete a group of usersNote that if the users group could not be deleted because of protected dependencies,
these dependencies will be list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the users group.
No response body