Email API
DELETE/api/v1/email/templates/{name}
Product availabilityAlgaPSA

Reset email template

Removes the tenant override for one template and language, so the standard template is used again. Other languages of the same template are untouched.

RBAC · settings

Path parameters

namestringRequired
Kebab-case template name, such as ticket-created or invoice-email.

Query parameters

languagestringRequired
Language code whose tenant override is removed.

Response codes

204
Tenant override removed successfully.
401
Authentication failed.
403
Authenticated user lacks the settings update permission.
404
The template is not customized for that language.