DELETE /pipelines/ID
Deletes the pipeline. The delete will succeed only when no ongoing Job is still associated with the Pipeline. Otherwise an error is returned.
Response
HTTP 200 - OK
curl -X DELETE -H "Authorization: Bearer um9VmyJKTPGFqpkL_THjGE5rkXqfURDYqQ8MTBVidG3PtwkfABIdx6s_z9WlFl4_j" "https://api.xvid.com/v1/pipelines/54721f1ee4b09edbcfd16244?human=true" { "result": { "status": "SUCCESS" } } |