Audiences
Audit Events
AuthTokens
Inbound
Lists
Messages
Notifications
Profiles
Tenants
Translations
User Preferences
User Tenants
Brands
Deleta a brand
DELETE
/
brands
/
{brand_id}
curl --request DELETE \
--url https://api.courier.com/brands/{brand_id} \
--header 'Authorization: Bearer <token>'
This response has no body data.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier associated with the brand you wish to retrieve.
curl --request DELETE \
--url https://api.courier.com/brands/{brand_id} \
--header 'Authorization: Bearer <token>'
This response has no body data.