> ## 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 Driver

Permanently deletes a driver. Historical charging data remains available for reporting.

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

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

## Parameters

No parameters.

## Returns

Returns the deleted driver.
