/candidates/:id/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" 
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!