deleteEmailTemplate
Remove an email template permanently by its ID. Use this to delete deprecated or unnecessary templates, but confirm before purging as deletion is irreversible.
Instructions
Delete an email template - Permanently delete a emailtemplate record by ID. Destructive - cannot be undone via API.
Use when: removing a deprecated template. BD may fall back to defaults if a required system template is deleted - confirm before purging.
Required: email_id.
See also: updateEmailTemplate (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes |