CRM
Delete pipeline stage
Soft deletes a stage in a pipeline. If deals are in that stage, they are reassigned to destination_stage_id when supplied, otherwise to the best remaining stage in the pipeline.
delete/v1/pipelines/{pipeline_id}/stages/{stage_id}
Path parameters
pipeline_idstring uuid required
Pipeline ID.
stage_idstring uuid required
Stage ID.
Query parameters
destination_stage_idstring uuid
Optional stage ID to receive deals from the deleted stage.
Response
Pipeline stage was deleted.
Example response
{
"success": true
}