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

    (object) Returns an object containing the IDs of the deleted maintenances under the maintenanceids property. 在maintenanceids属性下返回包含已被删除的维护模式的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.