DELETE api/scim/v2/users/{scimId}
Deletes the specified User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scimId |
Id of the user to modify |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A HTTP 204 No Content, or a 404 Not Found
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.