Jobs > Drivers

Remove driver from job

DELETE remove driver from job

Endpoint

DELETE /api/v1/jobs/:job_id/job_drivers/:id

Request

Route

DELETE /api/v1/jobs/345/job_drivers/362

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjE4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA0LCJleHAiOjE3NTU4NTgyMDQsImp0aSI6ImQwN2EwMzc2LWIyN2ItNDVmYi1hYTFkLWJhNDA0MzQ2NTBlNyJ9.tzGGzDynsan1jm6P84YIbRc3sNOEnHcig-j8z9eeGY4
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/"3dad0e85f69e40b1af8ca1b31174d9e5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 26ed5d0e-8ff1-4184-a869-e6d41ee03a4f
x-runtime: 0.020588
content-length: 186

Body

{
  "job_driver": {
    "id": 362,
    "driver": {
      "id": 1216,
      "first_name": "Loren",
      "last_name": "Haag",
      "profile_id": 556,
      "referral_code": "755989"
    },
    "kind": "rejected",
    "updated_at": "2025-07-23T10:23:24.255Z"
  }
}