User Tenants
Remove User From All Associated Tenants
Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
User Tenants
Remove User From All Associated Tenants
Removes a user from any tenants they may have been associated with.
DELETE
/
users
/
{user_id}
/
tenants
curl --request DELETE \
--url https://api.courier.com/users/{user_id}/tenants \
--header 'Authorization: Bearer <token>'
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.
curl --request DELETE \
--url https://api.courier.com/users/{user_id}/tenants \
--header 'Authorization: Bearer <token>'