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.eyJzdWIiOiIxMTE1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzU4MDEyNDg4LCJleHAiOjE3NjA2MDQ0ODgsImp0aSI6ImU1MzdiNjJhLTVmYjgtNGY0Yy05NTgxLThlOGI4NGY5YWE0YiJ9.43IYi8zOtcwQdBOGZLBdl13J0UDSKFzhojY6ieOCZYw
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/"60199f8bb7086167f0f702502389e7a1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0d544210-9724-4d89-b626-446b65770f99
x-runtime: 0.025314
content-length: 522

Body

{
  "interview": {
    "id": 51,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-09-16T09:18:08.537Z",
    "interviewee": {
      "id": 310,
      "driver": {
        "id": 1112,
        "image": null,
        "phone_number": "07180 386944",
        "title": "Omer Kessler"
      },
      "kind": "verified",
      "updated_at": "2025-09-16T08:48:08.554Z"
    },
    "interviewee_id": 310,
    "interviewer": {
      "id": 1115,
      "contact_phone_number": null,
      "image": null,
      "title": "Homer McGlynn"
    },
    "interviewer_id": 1115,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-09-16T08:48:08.537Z",
    "status": "cancelled"
  }
}