post https://{subdomain}.workable.com/spi/v3/candidates//disqualify
Disqualifies a candidate. Required scope: w_candidates
. Accessible with all token types.
A complete request would be:
{
"member_id": "13e0eb0e",
"disqualification_reason": "Very tardy"
}