object template.delete(array templateIds)
This method allows to delete templates.
(array)
IDs of the templates to delete.
(object)
Returns an object containing the IDs of the deleted templates under the templateids
property.
Delete two templates.
Request:
{
"jsonrpc": "2.0",
"method": "template.delete",
"params": [
"13",
"32"
],
"auth": "038e1d7b1735c6a5436ee9eae095879e",
"id": 1
}
Response:
CTemplate::delete() in frontends/php/include/classes/api/services/CTemplate.php.