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.eyJzdWIiOiIxMTE1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjAwLCJleHAiOjE3NTU4NTgyMDAsImp0aSI6Ijk5Y2MyODk4LTYyZmYtNDU5My1iNWVmLTc3ZTM5Nzg5YjJmOCJ9.iWJTQmBKwksvXVo9bRVelFqqGhaaCGKOJqN4B6i4v64
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/"962f3f9ec78bc04d9baa6c1b5ea3e34a"
cache-control: max-age=0, private, must-revalidate
x-request-id: 17db6831-cf8b-4420-b25f-3e2c533ec4b1
x-runtime: 0.020815
content-length: 521

Body

{
  "interview": {
    "id": 51,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-07-23T10:53:20.306Z",
    "interviewee": {
      "id": 310,
      "driver": {
        "id": 1112,
        "image": null,
        "phone_number": "07756 078265",
        "title": "Jessie Jacobi"
      },
      "kind": "verified",
      "updated_at": "2025-07-23T10:23:20.322Z"
    },
    "interviewee_id": 310,
    "interviewer": {
      "id": 1115,
      "contact_phone_number": null,
      "image": null,
      "title": "Dennis Mann"
    },
    "interviewer_id": 1115,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-07-23T10:23:20.306Z",
    "status": "cancelled"
  }
}