Skip to main content
DELETE
/
api
/
vehicles
/
{id}
curl -X DELETE "http://localhost:8080/api/vehicles/1"
Permanently deletes a vehicle by its ID. Returns 204 No Content on success.

Path Parameters

id
long
required
The unique identifier of the vehicle to delete

Response

Returns 204 No Content on successful deletion.
curl -X DELETE "http://localhost:8080/api/vehicles/1"

Build docs developers (and LLMs) love