UC Delete a Scheduled Recording
Motivation
If a scheduled recording turns out to be not needed anymore it is advantageous to delete it, so the ports can be used for something else and no unnecessary objects and files are created. To achieve that, the VidiControl API offers a possibility to remove scheduled recordings.
It is possible to delete Bookings or Chunks as described here using the corresponding requests.
Reference
vidicontrol/schedulercore/swagger/index.html
Parameters
id: The Id of the booking definition to delete
Result
If deleting the BookingDefinition was successful, only a 200 (Ok) response with no content is returned.
Besides 401 (Unauthorized) and 403 (Forbidden) status codes, it is also possible that a 404 (BookingDefinition with the given ID cannot be found) or 405 (At least one chunk is currently in progress) status code is returned.
Example
DELETE https://host/vidicontrol/schedulercore/SchedulerCore/Booking/v1/VCR-0B