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.eyJzdWIiOiIxNzk4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc3LCJleHAiOjE3NjM1NDI0NzcsImp0aSI6ImVhYTI5MDA5LWI3ODctNGNlZi1iZGEwLThjMjUyNjJlZjgyOCJ9._P9nRWQ1swGXWJlgaykkyu8NjoQnkOlusIrGruUb7LU
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/"6520550b152d2fdf05a17f731cf8326c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4170652f-d8bd-4e3d-b4e2-629d84d94864
x-runtime: 0.036144
content-length: 539

Body

{
  "interview": {
    "id": 95,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-10-20T09:24:37.187Z",
    "interviewee": {
      "id": 488,
      "currency": "GBP",
      "driver": {
        "id": 1798,
        "image": null,
        "phone_number": "07448 474973",
        "title": "Alan Sanford"
      },
      "kind": "rejected",
      "updated_at": "2025-10-20T08:54:37.202Z"
    },
    "interviewee_id": 488,
    "interviewer": {
      "id": 1801,
      "contact_phone_number": null,
      "image": null,
      "title": "Shavonne Larkin"
    },
    "interviewer_id": 1801,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-10-20T08:54:37.187Z",
    "status": "rejected"
  }
}