Cancel the given maintenance blackout
If it is a real event (synthetic=false) in a recurring, only the individual event is canceled. Synthetic events cannot be cancelled with this API.
Request
DELETE https://{hostname}:{port}
/cli/calendar/maintenanceBlackout/{id}
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
id | string | true | The id of the maintenance blackout to cancel. |
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
true |
Related CLI command: deleteMaintenanceBlackout.