# Delete email template

You can remove specified email templates.

DELETE /email-templates/:id/

Attributes Type Required Description
id integer yes A unique identifier for an email template automatically generated by User.com

# Request

  • CURL
  • JavaScript
  • PHP
  • Python
curl -X DELETE -H "Authorization: Token \<your_64_char_api_key>"
"https://<your_app_subdomain>.user.com/api/public/email-templates/:id/"

# Response

  204 No Content