Mark the candidate as a no-show
POST/v1/interviews/:id/mark_candidate_no_show
Marks the candidate as a no-show. Allowed when the interview is in_progress or ended with no submitted scorecard.
Request
Responses
- 200
- 404
- 422
Candidate marked as no-show
Interview not found
Cannot mark as no-show. Error codes:
err_cannot_mark_no_show— interview is notin_progressorended(e.g.not_startedor alreadycancelled)err_cannot_mark_no_show_with_submitted_scorecard— at least one scorecard has been submitted; remove scorecard first