Skip to main content
DELETE
/
deals
/
{dealId}
/
agent
Destroy the deal agent
curl --request DELETE \
  --url https://app.hockeystack.com/api/revenue-agents/v1/deals/{dealId}/agent \
  --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

Response

Agent destroyed (or already gone).