v1.0.0
OpenAPI 3.1.0

Delete an email translation

US region

Client Libraries

Delete an email translation

Delete a specific language translation from an email. This fails if the email is linked to a workflow (campaign, broadcast, etc).

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The UUID of the email. If your email has multiple languages, you must provide the ID of the default language template. This links the workflow to all of the language variants for the template.

  • language
    Type: string
    required

    A language code that indicates the language of your translated email

Responses
  • 204

    Translation deleted

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