Delete a Pipeline

DELETE /pipelines/ID

Authorization Header

Parameters

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

Example:

curl -X DELETE -H "Authorization: Bearer um9VmyJKTPGFqpkL_THjGE5rkXqfURDYqQ8MTBVidG3PtwkfABIdx6s_z9WlFl4_j" "https://api.xvid.com/v1/pipelines/54721f1ee4b09edbcfd16244?human=true"
{
    "result": {
        "status": "SUCCESS"
    }
}