Platform Usage APIs
/- SCIM APIs (User Provisioning)
- API Reference
/
Delete a group by its ID
Remove a group from a team with this endpoint. Removing a group does not remove its members from the Celonis Platform team.
Security
Authorization
DELETE
curl -i -X DELETE \
'https://developer.celonis.com/_mock/celonis-apis/scim-api/openapi/scim_openapi_spec/scim/v2/Groups/{id}' \
-H 'Authorization: YOUR_API_KEY_HERE'