Cancel a scheduled deployment series event
Cancel a single event in the series for a recurring scheduled deployment. (REST API method)
Request
POST https://{hostname}:{port}
/cli/calendar/cancelScheduledDeploymentSeriesEvent?{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 |
Related CLI command: cancelScheduledDeploymentSeriesEvent.