This method allows to delete templates此方法允许删除模板.
Returns an object containing the IDs of the deleted templates under the templateids
property.返回一个对象,该对象包含templateids
属性下删除的模板的ID.
Deleting multiple templates删除多个模板
Request请求:
- {
- "jsonrpc": "2.0",
- "result": {
- "13",
- "32"
- ]
- },
- }
CTemplate::delete() in frontends/php/include/classes/api/services/CTemplate.php.