Delete Delete Group

Delete Delete Group

The group id is a unique internal identifier and can be retrieved using the search API /scim/Groups?filter=...

Request
URI
DELETE
https://{api_host}//SAAS/jersey/manager/api/scim/Groups/{id}
COPY
Path Parameters
string
id
Required

the id of the group to delete

id example
d24afa39-05a1-433f-8aa9-ad41c9a3d394

Authentication
This operation uses the following authentication methods.
Responses
404

The specified group does not exist.

Operation doesn't return any data structure

500

An unexpected error occurred.

Operation doesn't return any data structure