Delete Maintenance Window

Delete Maintenance Window

Delete a specific maintenance window

Request
URI
DELETE
https://{api_host}/api/v2/maintenancewindow/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerMaintenanceWindow of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "id": "string",
        "reason": "string",
        "createdEpochMillis": 0,
        "updatedEpochMillis": 0,
        "title": "string",
        "customerId": "string",
        "creatorId": "string",
        "updaterId": "string",
        "startTimeInSeconds": 0,
        "endTimeInSeconds": 0,
        "relevantCustomerTags": [
            "string"
        ],
        "relevantHostNames": [
            "string"
        ],
        "relevantHostTags": [
            "string"
        ],
        "relevantCustomerTagsAnded": false,
        "relevantHostTagsAnded": false,
        "hostTagGroupHostNamesGroupAnded": false,
        "pointTagFilter": "string",
        "pointTagFilterAnded": false,
        "eventName": "string",
        "targets": [
            "string"
        ],
        "sortAttr": 0,
        "runningState": "string"
    }
}
status
Required

status

response
Optional

response