DELETE api/scim/users/{id}

Soft-deletes a SCIM user by marking their status as "deleted".

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The SCIM ID of the user to delete. This is a globally unique identifier assigned to each SCIM user.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 204 No Content if the user was successfully marked as deleted. On failure: HTTP 404 Not Found if the user does not exist, or HTTP 400 Bad Request if an error occurs.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.