Jobs > Drivers

Reject job driver

POST reject job driver(admin)

Endpoint

POST /api/v1/jobs/:job_id/job_drivers/:id/reject

Parameters

Name Description
job_driver[reason] required Rejection reason

Request

Route

POST /api/v1/jobs/352/job_drivers/372/reject

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjQwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYxLCJleHAiOjE3NjM1NDI0NjEsImp0aSI6IjMyMWY5NmI1LTQxMmMtNDY1OS04ODI5LTE5ZDkxNWNkNGUyOCJ9.SCysCkDb_EkR6D9dguPmpgEV-iZuBEAGBZHeEh384nQ
Host: example.org
Cookie: 

Body

{
  "job_driver": {
    "ignore_reason": "Driver has no experience"
  }
}

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/"057bf77f98efc4ec8636b257b0cd9aa0"
cache-control: max-age=0, private, must-revalidate
x-request-id: b1cb547c-97af-4fe8-8162-6d43134db550
x-runtime: 0.032873
content-length: 205

Body

{
  "job_driver": {
    "id": 372,
    "currency": "GBP",
    "driver": {
      "id": 1239,
      "first_name": "Thora",
      "last_name": "Marvin",
      "profile_id": 566,
      "referral_code": "129684"
    },
    "kind": "rejected",
    "updated_at": "2025-10-20T08:54:21.273Z"
  }
}