DELETE api/scim/v2/users/{scimId}

Deletes a user from the system based on their SCIM identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scimId

The SCIM identifier of the user to be deleted.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 204 No Content indicating the user was deleted. On failure: HTTP 404 Not Found if the user does not exist.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.