Disqualify Contact
Contacts
Disqualify a Contact
Archive a contact (set disqualified_at) or clear it with
?disqualify=false. Stage is left unchanged.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The contact's id.
Query Parameters
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.