Skip to main content

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
workspaceIdstringrequired
The unique identifier of the workspace.
groupIdstringrequired
The unique identifier of the group.
Error Responses
400
Cannot delete a default group.
403
External API disabled or missing EXTERNAL_API license.
404
Not available on Community Edition.
451
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