Delete User

Delete User

Operation ID: deleteUser
Delete the storage user in the storage tenant

Request
URI
DELETE
https://{api_host}/osis/api/v1/tenants/{tenantId}/users/{userId}
COPY
Path Parameters
string
tenantId
Required

The ID of the storage tenant to which the deleting user belongs

string
userId
Required

The ID of the storage user to delete

Query Parameters
boolean
purge_data
Optional

Purge data when the storage user is deleted


Authentication
This operation uses the following authentication methods.
Responses
204

The storage user is deleted

Operation doesn't return any data structure