Skip to main content
DELETE
/
email-templates
/
{id}
Delete an email template
curl --request DELETE \
  --url https://api.reply.io/v3/email-templates/{id} \
  --header 'X-API-Key: <api-key>'
{
  "title": "Validation Failed",
  "status": 349,
  "detail": "The scheduler with ID 'daily-9am' does not exist in your account",
  "errorCode": 1004
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Email template ID

Response

Email template deleted successfully