Skip to main content
DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
funnels
/
{id}
/
stages
/
{stage_id}
Delete a pipeline stage
curl --request DELETE \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/funnels/{id}/stages/{stage_id} \
  --header 'api_access_token: <api-key>'
{
  "error": "Unauthorized"
}

Documentation Index

Fetch the complete documentation index at: https://developers.voxys.ai/llms.txt

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

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

id
integer
required

The ID of the pipeline.

stage_id
integer
required

The ID of the stage.

Response

Stage deleted.