Interviews

Cancel an interview

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.eyJzdWIiOiIxMTUyIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzMDIyMjEwLCJleHAiOjE3NjU2MTQyMTAsImp0aSI6ImI0YjY5MDI4LWI3YjEtNDFmYi05ODRhLTdmNGI2MTUzYTFjYyJ9.6Gxqgyea2Lrx4_PePXl7yeH8GNBG9HAnisRe64m4E3o
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/"07a24d1b083ad53be1788fa4eb466dae"
cache-control: max-age=0, private, must-revalidate
x-request-id: 64d45cc7-e476-46fc-85f9-52db84a5735c
x-runtime: 0.023239
content-length: 536

Body

{
  "interview": {
    "id": 51,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-11-13T08:53:30.843Z",
    "interviewee": {
      "id": 329,
      "currency": "GBP",
      "driver": {
        "id": 1149,
        "image": null,
        "phone_number": "07729 779224",
        "title": "Rusty Mueller"
      },
      "kind": "verified",
      "updated_at": "2025-11-13T08:23:30.860Z"
    },
    "interviewee_id": 329,
    "interviewer": {
      "id": 1152,
      "contact_phone_number": null,
      "image": null,
      "title": "Noah Batz"
    },
    "interviewer_id": 1152,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-11-13T08:23:30.843Z",
    "status": "cancelled"
  }
}