Skip to content

Delete a group by its ID

Request

Remove a group from a team with this endpoint. Removing a group does not remove its members from the Celonis Platform team.

Security
Authorization
Path
idstringrequired

Group ID

DELETE
/scim/v2/Groups/{id}
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'

Responses

OK, but no content to return.