This method allows to delete graph prototypes.此方法允许删除图形原型。
(array)
IDs of the graph prototypes to delete. 需要删除的图形原型的ID。
(object)
返回一个包含被删除的图形原型的ID的关联数组在参数下。
Deleting multiple graph prototypes删除多个图形原型
Delete two graph prototypes.删除连个图形原型。
Response响应:
- {
- "jsonrpc": "2.0",
- "result": {
- "652",
- "653"
- ]
- },
- }
CGraphPrototype::delete() in frontends/php/include/classes/api/services/CGraphPrototype.php.