Unlink Driver from a Vehicle
DELETE/vehicles/drivers/link
This endpoint unlinks a driver from a vehicle, removing the association so that subsequent vehicle data will no longer include the driver info. Any existing linkage created via API for the requested vehicle and/or driver will be removed.
Note: Vehicle Driver Linkage endpoints must NOT be used alongside other Cartrack driver-vehicle assignment services (e.g., driver mobile app, driver tags).
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.