Revert one face of one email template to what ships
DELETE /email-templates/{template}/{part}
DELETE
/email-templates/{template}/{part}
Removes the override for (template, part); the shipped body
renders again on the next send. 404 when nothing was overridden.
Requires system.config.write.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” template
required
string
part
required
string
Responses
Section titled “ Responses ”Override removed.
Malformed request
object
error
required
Human-readable error summary
string
Example
the request could not be completedAuthentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completedResource not found
object
error
required
Human-readable error summary
string
Example
the request could not be completed