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.eyJzdWIiOiIxODE5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjI2LCJleHAiOjE3NTU4NTgyMjYsImp0aSI6IjBlNzNiMGEyLWQ0NWEtNGFmYS1hMmRkLWE2ZGQ1ZDFhODA1MiJ9.tRIhiFk8RCJweQpbN0qWdWPrTeea2IIKgsMeu3CCVwA
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/"81ad59a2f5999e787d97eeb3b18675ea"
cache-control: max-age=0, private, must-revalidate
x-request-id: e35f9161-3727-4e6e-a759-a7af56496837
x-runtime: 0.074849
content-length: 518

Body

{
  "interview": {
    "id": 95,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-07-23T10:53:46.906Z",
    "interviewee": {
      "id": 491,
      "driver": {
        "id": 1819,
        "image": null,
        "phone_number": "07424 647062",
        "title": "Kent Deckow"
      },
      "kind": "rejected",
      "updated_at": "2025-07-23T10:23:46.927Z"
    },
    "interviewee_id": 491,
    "interviewer": {
      "id": 1822,
      "contact_phone_number": null,
      "image": null,
      "title": "Shanel Boehm"
    },
    "interviewer_id": 1822,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-07-23T10:23:46.906Z",
    "status": "rejected"
  }
}