---
title: "remove a specific vehicle from a fleet"
method: DELETE
path: "/exve/fleets/{fleetId}/vehicles/{vehicleId}"
tags: ["fleet"]
---

# remove a specific vehicle from a fleet

`DELETE /exve/fleets/{fleetId}/vehicles/{vehicleId}`

Remove a specific vehicle from a fleet

## Path parameters

- `fleetId` integer, required
- `vehicleId` integer, required

## Response `200`

Vehicle successfully removed from fleet

## Other responses

- `401` — Access token is missing or invalid
- `404` — Vehicle not found in fleet

---

[API](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/revisions/c420a5f456ea/schema)
