Cancel an interview
POST/v1/interviews/:id/cancel
Cancels a scheduled interview. Calendar events are torn down and cancellation notifications dispatched asynchronously. Already-cancelled interviews and completed HackerRank interviews cannot be cancelled.
Request
Responses
- 200
- 404
- 422
Interview cancelled
Interview not found
Cannot cancel interview. Error codes:
err_interview_already_cancelled— interview is already cancellederr_cannot_cancel_completed_hackerrank— completed HackerRank interviews can't be cancelled (assessment is already submitted)