# Delete

Launch stage: GA

`DELETE /api/2.0/pipelines/{pipeline_id}`

Deletes a pipeline. If the pipeline publishes to Unity Catalog, pipeline deletion will cascade to
 all pipeline tables. Please reach out to <Databricks> support for assistance to undo this action.

API scopes: pipelines

## Path parameters

- `pipeline_id` (string, optional)

## Query parameters

- `cascade` (boolean, optional)
  If false, pipeline deletion will not cascade to its datasets (MVs, STs, Views).
   By default, this parameter will be true and all tables will be deleted with the pipeline.

## Response

```json
{}
```

