DELETE api/scim/v2/groups/{scimId}
Deletes a user group identified by its SCIM-compliant GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId |
The SCIM-compliant GUID of the group to delete. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 204 No Content indicating the group was deleted. On failure: HTTP 404 Not Found if the group does not exist or the ID is invalid.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.