Skip to main content

Delete Group

DELETE/Groups/{id}

Permanently removes a group from the organization. Users within the group are not deleted.

Path Parameters
idstringrequired
The unique identifier of the group.
Error Responses
401
Missing or invalid Authorization header.
403
SCIM provisioning not enabled or insufficient permissions.
404
Group not found.
Request
curl -X DELETE "https://{your-domain}/api/scim/v2/Groups/{id}" -H "Authorization: Basic <access_token>" -H "Content-Type: application/json"

Response: 204