Event Properties
| Field | Value |
|---|---|
event | "template.deleted" |
confidential | boolean |
payload | object |
- Public Payload
- Confidential Payload
| Field | Type | Description |
|---|---|---|
id | string | Identifier of the deleted template |
templateType | "legacy" | "personal" | undefined | Type of template: “legacy” for old custom templates, “personal” for new personal templates |
source | "template_detail" | undefined | - |
copiedFromTemplateId | string | undefined | - |
hadCustomisedSections | boolean | undefined | - |
Example
{
"event": "template.deleted",
"confidential": false,
"payload": {
"id": "template_3",
"templateType": "legacy"
}
}
| Field | Type | Description |
|---|---|---|
id | string | Identifier of the deleted template |
templateType | "legacy" | "personal" | undefined | Type of template: “legacy” for old custom templates, “personal” for new personal templates |
Example
{
"event": "template.deleted",
"confidential": true,
"payload": {
"id": "template_3",
"templateType": "legacy"
}
}