cURL
curl --request DELETE \ --url https://api.trata.ai/v1/conversations/{conversation_id}/prospects/{prospect_id}/links \ --header 'Authorization: Bearer <token>'
{ "message": "link" }
Delete a link between a conversation and a prospect
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the conversation
ID of the prospect
Successful Response
The response is of type object.
object