This method allows to delete maintenances.该方法允许删除维护。
Returns an object containing the IDs of the deleted maintenances under the property.返回一个包含“维护”属性下的已删除维护ID的对象。
Deleting multiple maintenances
Request:
- {
- "jsonrpc": "2.0",
- "result": {
- "3",
- "1"
- ]
- },
- }
CMaintenance::delete() in frontends/php/include/classes/api/services/CMaintenance.php.