This method allows to delete graphs.此方法允许删除图形。
(object)
Returns an object containing the IDs of the deleted graphs under the property.(对象)
返回一个对象,含有被删除的图像的参数的ID。
Deleting multiple graphs删除多个图形
Request请求:
- {
- "jsonrpc": "2.0",
- "result": {
- "652",
- "653"
- ]
- },
- }
CGraph::delete() in frontends/php/include/classes/api/services/CGraph.php.