delete_template
ActiveTool of QuintaDB
declared in 1.0.0
Видалити шаблон (record/email/sms/telegram/whatsapp).
Parameters schema
{
"type": "object",
"required": [
"app_id",
"template_id",
"kind"
],
"properties": {
"kind": {
"type": "string",
"description": "record | email | sms | telegram | whatsapp"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"template_id": {
"type": "integer",
"description": "Template ID (from list_templates)"
}
}
}Parent server
QuintaDB
1/7 registries