Skip to main content
DELETE
/
v1
/
pipelines
/
{pipeline_id}
/
stages
/
{stage_id}
Delete pipeline stage
curl --request DELETE \
  --url https://api.octolane.com/v1/pipelines/{pipeline_id}/stages/{stage_id} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

x-api-key
string
header
required

Public API key for the Octolane organization.

Path Parameters

pipeline_id
string<uuid>
required

Pipeline ID.

stage_id
string<uuid>
required

Stage ID.

Query Parameters

destination_stage_id
string<uuid>

Optional stage ID to receive deals from the deleted stage.

Response

Pipeline stage was deleted.

success
boolean
Example:

true

message
string
data
any

Endpoint-specific response payload.