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