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请求:

    1. {
    2. "jsonrpc": "2.0",
    3. "result": {
    4. "652",
    5. "653"
    6. ]
    7. },
    8. }

    CGraph::delete() in frontends/php/include/classes/api/services/CGraph.php.