v1.0.0
OpenAPI 3.1.0
Delete a newsletter
Client Libraries
US region
Deletes an individual newsletter, including content, settings, and metrics. It will be removed from segments, and its templates will no longer show in the Message Library.
If the newsletter is an in-app message, this cancels any undelivered, in-app message, too.
The identifier of a newsletter.
Success. No content.
The newsletter does not exist.
curl https://api.customer.io/v1/newsletters/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
Success. No content.