This method allows to delete maps. 这个方法允许删除拓扑图

    (object) Returns an object containing the IDs of the deleted maps under the sysmapids property. 返回包含“sysmapid”属性下的已删除拓扑图的IDS的对象。

    Delete multiple maps 删除多个拓扑图

    Request:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. "34"
    4. ]
    5. },
    6. }

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