Cancel a single event in the series for a recurring maintenance blackout
Request
POST https://{hostname}:{port}
/cli/calendar/cancelMaintenanceBlackoutSeriesEvent?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| series | string | true | ID of the series |
| event | string | true | ID of the event |
| scheduled | string | true | Scheduled date of the event (its start date) |
Related CLI command: cancelMaintenanceBlackoutSeriesEvent.