Skip to main content
DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
conversations
/
{conversation_id}
/
crm
/
unlink_pipeline
Unlink pipeline from conversation
curl --request DELETE \
  --url https://connect.voxys.ai/api/v1/accounts/{account_id}/conversations/{conversation_id}/crm/unlink_pipeline \
  --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.

conversation_id
integer
required

The ID of the conversation.

Response

Pipeline unlinked.