Skip to main content

deleteMaintenanceWindow

This method deletes a maintenance window.

Parameters

Parameter

Type

Optional

Description

id

String

No

The ID of the maintenance window to be deleted.

Return value

This method returns a value of true or false, indicating if the maintenance window was successfully deleted.

Example

Request:

{
  "method": "deleteMaintenanceWindow",
  "id": "0d4f50b6-5a48-4f29-85f3-0b00efd23d01",
  "jsonrpc": "2.0",
  "params": {
    "id": "61976254a21665578a7e7640"
  }
}

Response:

{
   "id" : "0d4f50b6-5a48-4f29-85f3-0b00efd23d01",
   "jsonrpc" : "2.0",
   "result" : {
      "success" : true
   }
}