delete_pipeline: Delete an existing pipeline
Description
Delete an existing pipeline
Usage
delete_pipeline(pipeline_id, type)
Arguments
pipeline_id
id of the pipeline to be retrieved, can be obtained with get_pipelines().
type
type of the pipeline to be retrieved among "component", "template", "run".
Value
integer - 204 on success.