# Delete A Vehicle Deletes an existing vehicle by specifying its unique ID and creation timestamp. Endpoint: DELETE /Vehicles Version: 1.0.0 Security: bearerAuth ## Request fields (application/json-patch+json): - `id` (string, required) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6" ## Response 200 fields (application/json): - `id` (string) Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6"