This method allows to delete maintenances.该方法允许删除维护。

    Returns an object containing the IDs of the deleted maintenances under the property.返回一个包含“维护”属性下的已删除维护ID的对象。

    Deleting multiple maintenances

    Request:

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

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