Skip to main content
Version: Next

Remove a user from a tenant

DELETE 

/tenants/:tenantKey/users/:userKey

Removes a single user from a specified tenant without deleting the user.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

    userKey int64required

    The unique identifier of the user.

Responses

The user was successfully removed from the tenant.

Loading...