Skip to main content
DELETE
/
v1
/
conversations
/
{conversation_id}
/
prospects
/
{prospect_id}
/
links
Delete a link between a conversation and a prospect
curl --request DELETE \
  --url https://api.trata.ai/v1/conversations/{conversation_id}/prospects/{prospect_id}/links \
  --header 'Authorization: Bearer <token>'
{
  "message": "link"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required

ID of the conversation

prospect_id
string
required

ID of the prospect

Response

Successful Response

message
string
required

Address line 1

Required string length: 1 - 512
Example:

"link"

I