DELETE: Delete a Schedule - Conductor Live

DELETE: Delete a Schedule

Permanently delete a schedule.

HTTP Request and Response

Request URL

DELETE http://<Conductor IP Address>/channels/<channel ID>/schedules/<schedule ID>

Call Header

  • Accept: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.

Response

The system deletes the schedule but does not return a response. To confirm that the schedule has been changed, run a GET on the schedule as described in GET: Get the Attributes of a Schedule. The GET should return an error similar to this one:

<errors> <error>Couldn't find Elemental::Live247::Schedule with id=13 [WHERE "live247_schedules"."schedulable_id" = 1 AND "live247_schedules"."schedulable_type" = 'Elemental::Live247::Channel']</error> </errors>