Delete a driver
DELETE/Drivers/:driverId
Usage
-
When a driver has tags assigned, the call will fail unless unassignTagUponDriverDeletion is set to true.
-
If deleteTagUponDriverDeletion is set to true, the tags will be deleted from Crystal when the driver is deleted.
-
If deleteTagUponDriverDeletion is set to false, the tags will be unassigned from the driver but not deleted from Crystal.
Request
Responses
- 204
- 400
- 401
- 404
- 500
No Content
Bad Request
Unauthorized
Not Found
Server Error