v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-273246117.6 KB
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.

successboolean
messagestring
{"stackTrail":"components:schemas:ApiResponse:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific response payload."}

Example response

{
  "success": true
}