removeTimelineClip method
Implementation
Future<HyperDeckRestResponse> removeTimelineClip(int timelineClipIndex) =>
delete('/timelines/0/clips/$timelineClipIndex');
Future<HyperDeckRestResponse> removeTimelineClip(int timelineClipIndex) =>
delete('/timelines/0/clips/$timelineClipIndex');