latestOpenAPI 3.0.12026-08-184787426.1 KB
591461e66c79
Schedule
Remove Schedule Data
Remove stored schedule data for the given time window and schedule type(s). Intervals extending beyond the window are trimmed; intervals entirely within are dropped.
delete/manage/schedules
Query parameters
resource_idstring nullable required
The resource id.
period_startstring date-time nullable required
Start of the delete window (ISO 8601). Must be on a 5-minute boundary.
period_endstring date-time nullable required
End of the delete window (ISO 8601). Must be on a 5-minute boundary.
schedule_typestring nullable required
Comma-separated list of schedule types to delete: availability, curtailment
Response
OK