v1.0.0
OpenAPI 3.1.0

Delete an email

US region

Client Libraries

Delete an email

Delete an email. You cannot delete an email that is linked to a workflow (campaign, broadcast, etc). This deletes the email and all translations.

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The UUID of the email.

Responses
  • 204

    Email deleted

  • application/json
  • application/json
  • application/json
Request Example for delete/v1/design_studio/emails/{id}
curl https://api.customer.io/v1/design_studio/emails/123e4567-e89b-12d3-a456-426614174000 \
  --request DELETE
No Body