# Delete A Driver Deletes an existing driver by specifying their unique ID and creation timestamp. Endpoint: DELETE /Drivers Version: 1.0.0 Security: bearerAuth ## Request fields (application/json-patch+json): - `id` (string, required) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" - `createdOn` (string, required) Example: "2025-10-07T11:28:36.700Z" ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Driver deleted successfully"