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.eyJzdWIiOiIxMTEyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTc1LCJleHAiOjE3NDAxNDM1NzUsImp0aSI6Ijg5YTUzMzM4LWJhYTctNDg4OC1iMTJkLTc3OTJhNWY4NThhNSJ9.ann63iqZ9znzOdK0tNwAgkruDvpuSm0ZdBDUpqueDGM
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/"2455051a2d7c69966cd9e85bfb6601ea"
cache-control: max-age=0, private, must-revalidate
x-request-id: dd861531-fa47-478e-ada2-a417954893a1
x-runtime: 0.019246
content-length: 526
Body
{
"interview": {
"id": 51,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-01-22T13:42:55.861Z",
"interviewee": {
"id": 314,
"driver": {
"id": 1109,
"image": null,
"phone_number": "07853 328554",
"title": "Brenna Brakus"
},
"kind": "verified",
"updated_at": "2025-01-22T13:12:55.876Z"
},
"interviewee_id": 314,
"interviewer": {
"id": 1112,
"contact_phone_number": null,
"image": null,
"title": "Brittany Steuber"
},
"interviewer_id": 1112,
"kind": "video_call",
"location": "London",
"start_at": "2025-01-22T13:12:55.861Z",
"status": "cancelled"
}
}