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

companyId
string
required

CRM company (account) ID.

Required string length: 1 - 64

Response

Agent destroyed (or already gone).