Sign in

Delete Template

documented

Delete an email template.

DELETE /api/v1/email-templates/{template_id}Templatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://a.klaviyo.com/api/v1/email-template/{{$template_id}}?api_key={{KLAVIYO_API_KEY}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete Template · Klaviyo · OpenIntegrations