Users > Interviews

Reject an interview

POST reject an interview

Endpoint

POST /api/v1/users/interviews/:id/reject

Request

Route

POST /api/v1/users/interviews/95/reject

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxODQ1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDEyLCJleHAiOjE3NjYyMTg0MTIsImp0aSI6IjllMzRjYjYzLWUxODctNDc4ZS05YWE3LTQ3N2M0YjAyYjI1MyJ9.phEhZAgrgccy224Lbskf_Wfv87FneJ2W1gF0SvvrGos
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/"dde3d8032e704bea95c90ddd9c8764ab"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7528af48-c829-464c-8908-479d306faac6
x-runtime: 0.030629
content-length: 531

Body

{
  "interview": {
    "id": 95,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-11-20T08:43:32.876Z",
    "interviewee": {
      "id": 509,
      "currency": "GBP",
      "driver": {
        "id": 1845,
        "image": null,
        "phone_number": "07357 408544",
        "title": "Aja Ryan"
      },
      "kind": "rejected",
      "updated_at": "2025-11-20T08:13:32.890Z"
    },
    "interviewee_id": 509,
    "interviewer": {
      "id": 1848,
      "contact_phone_number": null,
      "image": null,
      "title": "Dane Cronin"
    },
    "interviewer_id": 1848,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-11-20T08:13:32.876Z",
    "status": "rejected"
  }
}