Remove a user from a tenant
DELETE/tenants/:tenantId/users/:username
Removes a single user from a specified tenant without deleting the user.
Request
Responses
- 202
- 400
- 403
- 404
- 500
The user was successfully removed from the tenant.
The provided data is not valid.
Forbidden. The request is not allowed.
Not found. The tenant or user was not found.
An internal error occurred while processing the request.