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

Deletes the specified User

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.