Delete a SCIM user

delete/scim/v2/Users/{userId}

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

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
userId
string<object-id>
true

Unique identifier for the user resource (SCIM ID).

Responses

StatusMeaningDescription
204No Content

The SCIM user is deleted.

401Unauthorized

Authentication is required.

403Forbidden

The authenticated user does not have sufficient privileges.

Schema
404Not Found

The SCIM user could not be found.