Delete a SCIM group

delete/scim/v2/Groups/{groupId}

Deletes the specified SCIM group and permanently removes it from the system.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
groupId
string<object-id>
true

Unique identifier for the group resource (SCIM ID).

Responses

StatusMeaningDescription
204No Content

The SCIM group is deleted.

401Unauthorized

Authentication is required.

403Forbidden

The authenticated user does not have sufficient privileges.

Schema
404Not Found

The SCIM group could not be found.