Delete User
Operation ID: deleteUser
Delete the user in the platform tenant
Request
URI
DELETE
https://{api_host}/api/v1/tenants/{tenantId}/users/{userId}
COPY
Path Parameters
string
tenantId
Required
The ID of the tenant which the deleted user belongs to
string
userId
Required
The ID of the user to delete
Query Parameters
boolean
purge_data
Optional
Purge data when the user is deleted
Responses
204
The user is deleted
Operation doesn't return any data structure