JavaScript
User Tenants
Remove User from a Tenant
DELETE /users//tenants/ removes a user from the supplied tenant only, leaving the userโs other tenant associations intact.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the user to be removed from the supplied tenant.
Id of the tenant the user should be removed from.
Response
204 - undefined