Delete Pipeline
DELETE/opportunities/pipelines/:pipelineId
Permanently deletes a pipeline and all opportunities within it. This action is irreversible — all opportunities across every stage of this pipeline will be removed. Ensure you have migrated or exported any opportunities before calling this endpoint.
Request
Version stringrequired
API Version
Available options
2021-04-15pipelineId stringrequired
The unique identifier of the pipeline
Successful response
- application/json
- Schema
- Example (auto)
Schema
successboolean
Whether the pipeline was successfully deleted
messagestring
Error message if the deletion failed
{
"success": true,
"message": "something went wrong"
}