Drivers
Detach a driver from a vehicle
Removes the association between the specified Vehicle and Driver. After detachment, the vehicle will no longer appear in the driver’s vehicles
list and future sessions won’t automatically attribute the driver.
POST
Path Parameters
ID of the driver to detach from.
ID of the vehicle to detach.
Body
application/json · object
Response
200
application/json
Returns the Driver object with the specified vehicle removed from its vehicles array.