Cancel an interview
Interviews
POST cancel an interview
Endpoint
POST /api/v1/interviews/:id/cancel
Request
Route
POST /api/v1/interviews/51/cancel
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTE2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTMxLCJleHAiOjE3NDUwNTY5MzEsImp0aSI6IjI0MmU5ZTIwLTU3ZjItNGQwYy05ZDJiLTA0NzMyMmRhMGEyYiJ9.uWzqxn8r3Ekp3c7rh25WA6UZgd2-FFYpOvmtSRIPgMs
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/"ed9b18b5880cb3b3fe91ced8405f306d"
cache-control: max-age=0, private, must-revalidate
x-request-id: 33855e2c-9ba7-4242-9368-28f74c17f135
x-runtime: 0.023844
content-length: 522
Body
{
"interview": {
"id": 51,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:11.324Z",
"interviewee": {
"id": 311,
"driver": {
"id": 1113,
"image": null,
"phone_number": "07314 847104",
"title": "Percy Durgan"
},
"kind": "verified",
"updated_at": "2025-03-20T10:02:11.342Z"
},
"interviewee_id": 311,
"interviewer": {
"id": 1116,
"contact_phone_number": null,
"image": null,
"title": "Ahmed Quitzon"
},
"interviewer_id": 1116,
"kind": "video_call",
"location": "London",
"start_at": "2025-03-20T10:02:11.324Z",
"status": "cancelled"
}
}