Request
To remove Users, send a request to the following endpoint:
DELETE /iso/scim/v2/Users/:id
Parameters
No parameters.
Return
If the user deletion was successful, it will return the HTTP 204 No Content
response.
Sample response
HTTP/1.1 204 No Content