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/345/job_drivers/362
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjE4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYwLCJleHAiOjE3NjM1NDI0NjAsImp0aSI6IjcwYjlkNGI4LTg3MjktNDI4NC1iMzI3LWFiYzY3MmM3ZTFhMCJ9.p2V1d59ywwi-NkyH4qchZEKzWCDxhOKbLnsBXKZ5eFs
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/"68b911dc725bf6910841da57bd354511"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7affdeb8-8cb5-4259-8897-d365dde9b25e
x-runtime: 0.017460
content-length: 204
Body
{
"job_driver": {
"id": 362,
"currency": "GBP",
"driver": {
"id": 1216,
"first_name": "Angla",
"last_name": "O'Kon",
"profile_id": 556,
"referral_code": "570358"
},
"kind": "rejected",
"updated_at": "2025-10-20T08:54:20.778Z"
}
}