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}
Table 1. URL parameters
Parameter Type Required Description
id string true The id of the maintenance blackout to cancel.
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: deleteMaintenanceBlackout.