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.eyJzdWIiOiIxNzg4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTUxLCJleHAiOjE3NDUwNTY5NTEsImp0aSI6IjI0ZTQyNzYwLTQ2MWQtNDFjOS1hOGFiLWU1YTQyYTk4OTJmNCJ9.V8CqyK9EPGUTSmtq2SKdgEViFaxWszGKiFmYm2zezck
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/"ed44c657fead739c6fdf44dd4cbf2044"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7b182808-01ca-4c3f-b75b-ac90f0042435
x-runtime: 0.041994
content-length: 522

Body

{
  "interview": {
    "id": 95,
    "amend_end_at": null,
    "amend_start_at": null,
    "amended_by": null,
    "end_at": "2025-03-20T10:32:31.920Z",
    "interviewee": {
      "id": 486,
      "driver": {
        "id": 1788,
        "image": null,
        "phone_number": "07862 733899",
        "title": "Cherrie Lemke"
      },
      "kind": "rejected",
      "updated_at": "2025-03-20T10:02:31.938Z"
    },
    "interviewee_id": 486,
    "interviewer": {
      "id": 1791,
      "contact_phone_number": null,
      "image": null,
      "title": "Jonelle Kuphal"
    },
    "interviewer_id": 1791,
    "kind": "in_person",
    "location": "London",
    "start_at": "2025-03-20T10:02:31.920Z",
    "status": "rejected"
  }
}