Jobs > Drivers

Cancel driver job application

DELETE driver job

Endpoint

DELETE /api/v1/job_drivers/:id

Request

Route

DELETE /api/v1/job_drivers/360

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjExIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYwLCJleHAiOjE3NjM1NDI0NjAsImp0aSI6ImFjNjgyMDYwLTBiYWQtNDQzNS04NDc0LTY0ZGY1NDk4OWUyOCJ9.Lgo5TYKvJZ68ZFjA_NV_vByP_2IXqBfFov4hagBZh6E
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/"7f655fd79baa81daaa91e97e04db0cc5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 04a6633e-9870-4530-8ea9-756bdaedde63
x-runtime: 0.025403
content-length: 214

Body

{
  "job_driver": {
    "id": 360,
    "currency": "GBP",
    "driver": {
      "id": 1211,
      "first_name": "Stacy",
      "last_name": "Zulauf",
      "profile_id": null,
      "referral_code": "985360"
    },
    "kind": "compliance_check",
    "updated_at": "2025-10-20T08:54:20.607Z"
  }
}