Delete Pipeline Stage
CRM Opportunities
Delete Pipeline Stage
Delete a stage. If the stage has opportunities, you must pass destination_stage_id (in body or query) so they can be migrated to another stage in the same pipeline. Without it, returns 400 with the candidate stages.
DELETE
Delete Pipeline Stage
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Stage to migrate the deleted stage's opportunities into. Aliases: replacement_stage_id, target_stage_id. Required if the stage has opportunities.
Response
Stage deleted (and opportunities migrated when applicable).

