Delete a pipeline by ID or name, with soft/hard delete options
false, the pipeline is soft-deleted and can be restored.DELETE /v1/pipelines/name/{fqn} to delete by fully qualified name.
sample_airflow.dbt_analytics_customers).PUT /v1/pipelines/restore to restore a soft-deleted pipeline.
deleted: true. Hard delete returns no content (204). Restore returns the restored pipeline object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this pipeline |
404 | NOT_FOUND | Pipeline with given ID or FQN does not exist |