Delete Group
BETA
This endpoint is in beta and may change in future releases.
DELETE/workspace/{workspaceId}/groups/{groupId}
Deletes a group from the workspace.
Path Parameters
The unique identifier of the workspace.
The unique identifier of the group.
Error Responses
Cannot delete a default group.
External API disabled or missing EXTERNAL_API license.
Not available on Community Edition.
Feature not enabled in license.
Request
curl -X DELETE "https://{your-domain}/api/ext/workspace/{workspaceId}/groups/{groupId}" -H "Authorization: Basic <access_token>" -H "Content-Type: application/json"Response: 204