Skip to main content

Remove a vehicle from the fleet

DELETE 

/company/vehicles/:id

Endpoint to permanently delete a vehicle from the company's fleet. This action cannot be undone and will delete all data associated with the vehicle.

Requirements:

  • Administrator permissions
  • Valid JWT token

Considerations:

  • Vehicles associated with active operations cannot be deleted
  • Vehicle images will be deleted from storage

Request

Responses

Vehicle successfully removed.