Remove driver from job
Jobs > Drivers
DELETE remove driver from job
Endpoint
DELETE /api/v1/jobs/:job_id/job_drivers/:id
Request
Route
DELETE /api/v1/jobs/343/job_drivers/361
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjA5Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM0LCJleHAiOjE3NDUwNTY5MzQsImp0aSI6IjZlYmM3MDJmLTJkMmYtNGQ0Ni05ZDhmLTRkNDg3YjYxYzg1NSJ9.cOsYcg9rSjKA7otq3ujcBSul7gHIXggCU7unZZTzBRc
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/"69e6193888a0e7a8adc2bb2813b90606"
cache-control: max-age=0, private, must-revalidate
x-request-id: 89e4b773-ce56-44d7-9a20-8ec1be10fff5
x-runtime: 0.288214
content-length: 186
Body
{
"job_driver": {
"id": 361,
"driver": {
"id": 1207,
"first_name": "Buffy",
"last_name": "Kuhn",
"profile_id": 553,
"referral_code": "658933"
},
"kind": "rejected",
"updated_at": "2025-03-20T10:02:14.934Z"
}
}