Skip to main content
DELETE
/
deals
/
{dealId}
/
conversations
/
{cid}
Delete a deal-agent conversation
curl --request DELETE \
  --url https://app.hockeystack.com/api/revenue-agents/v1/deals/{dealId}/conversations/{cid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

dealId
string
required

CRM deal ID (HubSpot/Salesforce object ID).

Required string length: 1 - 64
cid
string
required

Conversation ID returned by POST /deals/{dealId}/conversations (or the company equivalent).

Required string length: 1 - 128

Response

Conversation deleted.