schedules
Disable a schedule
This operation disables a schedule.
put/schedules/{id}/disable
Path parameters
idstring required
The unique alphanumeric string that identifies the schedule.
Response
Success
Example response
{
"schedule": {
"state": "disabled"
}
}