Reject verified job driver
Jobs > Drivers
POST reject_verified job driver(operator)
Endpoint
POST /api/v1/jobs/:job_id/job_drivers/:id/reject_verified
Parameters
Name | Description |
---|---|
job_driver[reason] required | Rejection reason |
Request
Route
POST /api/v1/jobs/360/job_drivers/380/reject_verified
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzU4MDEyNDkzLCJleHAiOjE3NjA2MDQ0OTMsImp0aSI6ImVlMTc2NTJjLWViYTgtNDY2MS1hMTY2LTJmMDVlYTFiOTJkNSJ9.9_xulgmNkc0cnEe4ve9QDSMAuYzhsH7roZkHl1b7YTs
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/"ed9e2e6f72b776eacaf94fb3295de1bc"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6d9b69a0-c57f-4afd-817d-e630c12ab381
x-runtime: 0.043003
content-length: 205
Body
{
"job_driver": {
"id": 380,
"driver": {
"id": 1261,
"first_name": "Sylvester",
"last_name": "Konopelski",
"profile_id": 574,
"referral_code": "929649"
},
"kind": "rejected_verified",
"updated_at": "2025-09-16T08:48:13.273Z"
}
}