Skip to main content
DELETE
/
v1
/
bot
/
crm
/
pipelines
/
stages
/
{stage_id}
Delete CRM Pipeline Stage
curl --request DELETE \
  --url https://api.boostgpt.co/v1/bot/crm/pipelines/stages/{stage_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

stage_id
string
required

Stage ID

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

move_deals_to_stage_id
string

Response

Success

success
boolean

Operation success status

message
string

Success message