Streamio API Documentation

Videos - Delete

Delete a transcoding from a video on your account. Don't forget to specify DELETE as the request method.

Request

Url

https://streamio.com/api/v1/videos/video_id/transcodings/transcoding_id.format

Request Method

DELETE

Response

Code

200

Examples

A simple delete

This example deletes a transcoding with id 4cd2be8454129008dc00000e from a video with id 4c48388bbf4b9802c5000007.

curl -u username:password \
     -X DELETE \
     https://streamio.com/api/v1/videos/4c48388bbf4b9802c5000007/transcodings/4cd2be8454129008dc00000e.json