Audiences
Audit Events
AuthTokens
Inbound
Lists
Messages
Notifications
Profiles
Tenants
Translations
User Preferences
User Tenants
Lists
Delete
DELETE
/
lists
/
{list_id}
curl --request DELETE \
--url https://api.courier.com/lists/{list_id} \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier representing the list you wish to retrieve.
curl --request DELETE \
--url https://api.courier.com/lists/{list_id} \
--header 'Authorization: Bearer <token>'