> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chargeapi.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a Vehicle

Permanently deletes a vehicle. Historical charging sessions remain available for reporting, but the vehicle no longer appears in list endpoints.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE https://api.chargeapi.co/v1/vehicles/veh_2Gaa8A6HEGPUBvZCYwkxWAuv2SuevFOn \
    -H "Authorization: Bearer ch_sk_test_..."
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
      "id": "veh_2Gaa8A6HEGPUBvZCYwkxWAuv2SuevFOn",
      "object": "vehicle",
      "deleted": true
  }
  ```
</ResponseExample>

## Parameters

No parameters.

## Returns

Returns the deleted vehicle.
