Skip to content

Delete Email Template

Deletes an email template — the Delete row action on the admin Marketing → Communications → Email Templates screen.

TIP

New here? Read the Email Templates overview for what a template does and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/templates/{id}DELETE

Details

  • Requires an admin Bearer token and the marketing.communications.email_templates.delete permission.
  • Returns a success message on completion.
  • An unknown id returns a 404.

Released under the MIT License.