pipelines
Delete a Pipeline
Delete the specified Pipeline.
delete/pipelines/{id}
Path parameters
idstring required
The <code>id</code> of the Pipeline to delete.
Response
The deleted Pipeline object in a single-item list.
Example response
{
"items": [
{
"conf": {
"functions": [
{
"id": "aggregate_metrics"
}
]
}
}
]
}