Tenants
Remove Tenant Preferences
Audiences
AuthTokens
Brands
Inbound
Lists
Messages
Notifications
Profiles
Tenants
User Preferences
User Tenants
Tenants
Remove Tenant Preferences
DELETE
/
tenants
/
{tenant_id}
/
default_preferences
/
items
/
{topic_id}
curl --request DELETE \
--url https://api.courier.com/tenants/{tenant_id}/default_preferences/items/{topic_id} \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request DELETE \
--url https://api.courier.com/tenants/{tenant_id}/default_preferences/items/{topic_id} \
--header 'Authorization: Bearer <token>'