Delete Group
DELETE/Groups/{id}
Permanently removes a group from the organization. Users within the group are not deleted.
Path Parameters
The unique identifier of the group.
Error Responses
Missing or invalid Authorization header.
SCIM provisioning not enabled or insufficient permissions.
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