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.eyJzdWIiOiIxMTE1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDU3LCJleHAiOjE3NjM1NDI0NTcsImp0aSI6ImE5Mzc3NTRjLTI5Y2QtNGFmYS04ZDY2LTRhYzY0MzUwZmZkYiJ9.27RfoVnrWaXAULojGKBUUT0U9iNpUDKqfhwbYu0yRYg
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/"a5f3d34cd10ad3f646c45b20c02bdd71"
cache-control: max-age=0, private, must-revalidate
x-request-id: 07729e94-123a-4bf5-a07c-da6780b5a465
x-runtime: 0.020566
content-length: 536
Body
{
"interview": {
"id": 51,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-10-20T09:24:17.855Z",
"interviewee": {
"id": 310,
"currency": "GBP",
"driver": {
"id": 1112,
"image": null,
"phone_number": "07911 803258",
"title": "Rachel Koepp"
},
"kind": "verified",
"updated_at": "2025-10-20T08:54:17.869Z"
},
"interviewee_id": 310,
"interviewer": {
"id": 1115,
"contact_phone_number": null,
"image": null,
"title": "Lane Blick"
},
"interviewer_id": 1115,
"kind": "video_call",
"location": "London",
"start_at": "2025-10-20T08:54:17.855Z",
"status": "cancelled"
}
}