Skip to main content
POST
Disqualify Contact
Sets disqualified_at to now, or clears it back to null with ?disqualify=false (requalify) — default is true. stage is left untouched either way — disqualification is orthogonal to the funnel stage, not a stage of its own.

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

The updated contact row.

Errors

Authorizations

Authorization
string
header
required

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

Path Parameters

contact_id
string
required

The contact's id.

Query Parameters

disqualify
boolean
default:true

Set false to clear disqualified_at (requalify) instead of setting it.

Response

Successful Response

The response is of type Response Disqualify Contact Route Contacts Contact Id Disqualify Post · object.