Disqualify a Contact

POST {{base_url}}/contact/:ContactID/disqualify

Use this endpoint to disqualify an existing contact in the Contacts hub. A successful call status of 200 returns true if the qualification status changed.

Check the contact qualification status through the GET Contact Qualification Status endpoint.

Request Params

KeyDatatypeRequiredDescription
requiredFieldValidationstringOptional.

The flag that indicates whether or not the validation for required screen designer fields is needed.

Use "N" if you want to bypass the validation. Otherwise, the default is "Y," which enforces the validation.

NOTE: This does not apply to required system fields. | | startWorkflow | string | | Optional.

The flag that indicates whether or not the trigger for a workflow is initiated.

Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

true