curl --request DELETE \
--url https://api.app.fleetit.com/api/vehicle/{ID}/ \
--header 'Authorization: Bearer <token>'Delete a vehicle from the system.
curl --request DELETE \
--url https://api.app.fleetit.com/api/vehicle/{ID}/ \
--header 'Authorization: Bearer <token>'Was this page helpful?