Delete Interviews

Cancel/delete single or multiple interviews. Cannot delete completed or in-progress interviews.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Cannot delete completed interviews (kept for records) Cannot delete in-progress interviews Cancellation email sent automatically if notifyCandidate=true and status=scheduled Interview is permanently deleted from database

interviewIdstringRequired
Interview ID
reasonstringOptional

Cancellation reason (max 500 chars)

notifyCandidatebooleanOptional

Send cancellation email (default: true)

Response

Interview deleted successfully (single)

successbooleanOptional
dataobjectOptional
messagestringOptional
timestampstringOptional
versionstringOptional

Errors

400
Bad Request Error