Is there a way with the API to delete the original video? Trying to make some tools to clean out originals on already encoded videos. I can't find a command. I see one to delete the original and all conversions, all conversion, but not just originals.
-Chuck
You will first have to use the /videos/conversions/list call to find the key of the original conversion of a video and you would then be able to use the /videos/conversions/delete call to delete only the original conversion of a video.