This method allows to delete icon maps.此方法允许删除图标拓扑图。

    Returns an object containing the IDs of the deleted icon maps under the property.返回一个对象其中包含在iconmapids属性下的已删除图标拓扑图ID。

    Delete multiple icon maps 删除多个图标拓扑图

    Request:

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

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