Delete User

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

Authentication
This operation uses the following authentication methods.
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