Deletes an existing User.
DELETE {{baseUrl}}/Users/:userId?lookupByName=<string>
The endpoint used to delete a User resource. This is not reversible.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
lookupByName | string | A boolean value that determines if the User resource will be looked up by userName instead of userId (value in path parameter 'userId'). Setting this query parameter to true will cause the value pulled from the 'userId' path parameter to be treated as a userName when searching for the resource.<br/><br/>Example: scim/v2/Users/Mock.User?lookupByName=true |