Skip to main content
DELETE
/
crm
/
pipeline-stages
/
{stage_id}
Delete Pipeline Stage
curl --request DELETE \
  --url https://api.getoutbox.ai/crm/pipeline-stages/{stage_id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

stage_id
string<uuid>
required

Query Parameters

destination_stage_id
string<uuid>

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).