Delete a driver
DELETE /drivers/:id
This function deletes a driver based on the provided driver ID. Requires a valid JWT token.
Request
Driver deleted successfully.
Unauthorized request due to invalid or missing authentication.
An error occurred while deleting the driver.