Delete a User
DELETE/user-scim-srv/v2/Users/:userId
This API call deletes a user by user ID(sub).
Request
Responses
- 204
- 401
- 404
Succeful deleted, no content in response
Unauthorized: if access token is not valid or access token doesn't provide scope SCIM_WRITE
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.