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