Skip to main content
POST
Unlink Activity From Account
Clears account_id and deal_id — an activity can’t hold a deal link without an account link, so both are cleared together.

Auth

Requires a CRM manage scope and an active organization on the token. Any *:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.

Response

Errors

Authorizations

Authorization
string
header
required

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

Path Parameters

activity_id
string
required

The activity's id to unlink from its account (and deal).

Response

Successful Response

The response is of type Response Unlink Activity From Account Activities Activity Id Unlink Account Post · object.