Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 |
Example
{
"event": "template.deleted",
"confidential": false,
"payload": {
"id": "template_3"
}
}
| Field | Type | Description |
|---|
id | string | Identifier of the deleted template |
Example
{
"event": "template.deleted",
"confidential": true,
"payload": {
"id": "template_3"
}
}