Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Emitted when a template is deleted.
event
"template.deleted"
confidential
boolean
payload
object
id
string
{ "event": "template.deleted", "confidential": false, "payload": { "id": "template_3" } }
{ "event": "template.deleted", "confidential": true, "payload": { "id": "template_3" } }
Was this page helpful?