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.eyJzdWIiOiIxMTE1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTE5LCJleHAiOjE3NTExMDg1MTksImp0aSI6ImU2OWEwYTQ0LTViN2UtNDIzNC04NTQ0LTAyMTIzOWIzYTU4ZCJ9.U6d_kE1Bkm9MXqCM3YohvK0JNeF33bARxjO7efmn_tA
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/"b5ece3e0a726113b74987af95b227481"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3779081e-35b4-4379-b436-32fe50585e78
x-runtime: 0.022812
content-length: 522

Body

{
  "interview": {
    "id": 51,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-05-29T11:31:59.546Z",
    "interviewee": {
      "id": 310,
      "driver": {
        "id": 1112,
        "image": null,
        "phone_number": "07812 877255",
        "title": "Charla Farrell"
      },
      "kind": "verified",
      "updated_at": "2025-05-29T11:01:59.560Z"
    },
    "interviewee_id": 310,
    "interviewer": {
      "id": 1115,
      "contact_phone_number": null,
      "image": null,
      "title": "Timmy Yundt"
    },
    "interviewer_id": 1115,
    "kind": "video_call",
    "location": "London",
    "start_at": "2025-05-29T11:01:59.546Z",
    "status": "cancelled"
  }
}