v1.0.0
OpenAPI 3.1.0

Delete a newsletter

US region

Client Libraries

Delete a newsletter

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.

Path Parameters
  • newsletter_id
    Type: integer
    required

    The identifier of a newsletter.

Responses
  • 204

    Success. No content.

  • 404

    The newsletter does not exist.

Request Example for delete/v1/newsletters/{newsletter_id}
curl https://api.customer.io/v1/newsletters/1 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body