Skip to main content
DELETE
/
companies
/
{companyId}
/
conversations
/
{cid}
Delete a company-agent conversation
curl --request DELETE \
  --url https://app.hockeystack.com/api/revenue-agents/v1/companies/{companyId}/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

companyId
string
required

CRM company (account) 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.