Reject an interview
Users > Interviews
POST reject an interview
Endpoint
POST /api/v1/users/interviews/:id/reject
Request
Route
POST /api/v1/users/interviews/95/reject
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODEyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTM4LCJleHAiOjE3NTExMDg1MzgsImp0aSI6IjYzZjJjOWE1LTI4NzQtNDhlMS1hOWE3LTc0ODlkOTZlYWZiOCJ9.cqLmCvHmhs8w0xGIOc8GMTG9qCz13uIMh8pYqr_aTTw
Host: example.org
Cookie:
Body
{
}
Response
Simulated Response
Status
200
Headers
x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"db1dc7fdef86fdbaf52bcf51b138d036"
cache-control: max-age=0, private, must-revalidate
x-request-id: 067924bb-b5af-4ab1-af05-7858451b7c49
x-runtime: 0.036648
content-length: 525
Body
{
"interview": {
"id": 95,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:32:18.960Z",
"interviewee": {
"id": 488,
"driver": {
"id": 1812,
"image": null,
"phone_number": "07311 209327",
"title": "Jewell Crooks"
},
"kind": "rejected",
"updated_at": "2025-05-29T11:02:18.976Z"
},
"interviewee_id": 488,
"interviewer": {
"id": 1815,
"contact_phone_number": null,
"image": null,
"title": "Lucie Oberbrunner"
},
"interviewer_id": 1815,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:02:18.960Z",
"status": "rejected"
}
}