Skip to main content
DELETE
Remove Contact From Deal
204 No Content. Idempotent — deleting a link that doesn’t exist still succeeds.

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.

Authorizations

Authorization
string
header
required

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

Path Parameters

deal_id
string
required

The deal's id.

contact_id
string
required

The contact's id to unlink from the deal.

Response

Successful Response