DELETE
/api/v1/vehicles/1
curl \
-X DELETE https://car-parking-api.test/api/v1/vehicles/1 \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Accept: application/json"
curl \
-X DELETE https://car-parking-api.test/api/v1/vehicles/1 \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Accept: application/json"