v1.0.0
OpenAPI 3.1.0
Delete a collection
Client Libraries
US region
Remove a collection and associated contents. Before you delete a collection, make sure that you aren't referencing it in active campaign messages or broadcasts; references to a deleted collection will appear empty and may prevent your messages from making sense to your audience.
The identifier for a collection.
The collection is deleted.
The collection id does not exist.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/collections/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
The collection is deleted.