DELETE api/scim/users/{id}
Soft-deletes a SCIM user by marking their status as "deleted".
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.