Delete a pipeline

Remove a pipeline by id. In the product, deleting a deal pipeline that still has deals may require migrating deals to another pipeline and stage first (see the delete-pipeline flow in the deals UI).

Endpoint

DELETE
/pipelines/:id

Request

Response

Returns the removed pipeline or an empty body depending on adapter configuration.

Notes

  • Ensure no deals, conversations, or tickets still reference this pipeline (or migrate them) before delete, according to your server rules.
  • Stages under this pipeline are typically removed or cascade-deleted by the server; confirm behavior for your deployment.

Report an issue with this documentation

Please log in to report issues with our documentation.