Delete User
This endpoint is responsible for deleting a user. For more information, check the specification: https://tools.ietf.org/html/rfc7644#section-3.6.
Request
URI
DELETE
https://{api_host}/usergroup/t/{tenant}/scim/v2/Users/{id}
COPY
Path Parameters
string
id
Required
The ID of the user
string
tenant
Required
The VMware Identity Services tenant ID
tenant example
my-tenant
Responses
204
The user was successfully deleted.
Operation doesn't return any data structure
404
The user was not found.
Operation doesn't return any data structure
500
Unexpected error.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/usergroup/t/{tenant}/scim/v2/Users/{id}