Audiences
Audit Events
AuthTokens
Inbound
Lists
Messages
Notifications
Profiles
Tenants
Translations
User Preferences
User Tenants
Tenants
Delete tenant
DELETE
/
tenants
/
{tenant_id}
curl --request DELETE \
--url https://api.courier.com/tenants/{tenant_id} \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the tenant to be deleted.
curl --request DELETE \
--url https://api.courier.com/tenants/{tenant_id} \
--header 'Authorization: Bearer <token>'