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.eyJzdWIiOiIxMTU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2Mzg4LCJleHAiOjE3NjYyMTgzODgsImp0aSI6ImRjZjAwMjU2LTBkZTctNDlhZS04ZmE1LWM4NWVlNDEzYTRhMyJ9.q1ss_g70VsRq5rD78sdlxd2ezg9XounBAR4PxWm6g-I
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/"7b87d7baf4372486d4babca9a4bc138b"
cache-control: max-age=0, private, must-revalidate
x-request-id: ec53d8c4-bec1-4243-abdc-68f5161ce4f3
x-runtime: 0.018655
content-length: 539
Body
{
"interview": {
"id": 51,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-11-20T08:43:08.637Z",
"interviewee": {
"id": 329,
"currency": "GBP",
"driver": {
"id": 1152,
"image": null,
"phone_number": "07428 546658",
"title": "Wynell Fisher"
},
"kind": "verified",
"updated_at": "2025-11-20T08:13:08.651Z"
},
"interviewee_id": 329,
"interviewer": {
"id": 1155,
"contact_phone_number": null,
"image": null,
"title": "Dania Becker"
},
"interviewer_id": 1155,
"kind": "video_call",
"location": "London",
"start_at": "2025-11-20T08:13:08.637Z",
"status": "cancelled"
}
}