---
title: "Clear cache"
method: DELETE
path: "/system/cache"
tags: ["system"]
---

# Clear cache

`DELETE /system/cache`

Clears all cached data. This resets all cached values from tariffs, vehicle APIs, and other components that use caching.

## Response `200`

Success

- string

## Other responses

- `401` — Unauthorized - Login and try again

## Changes

> 37 revisions in range; 2 could not be searched.

- **2026-07-23** `46689b886c53` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `result` from the response with the `200` status
- **2026-07-23** `5f032b4182a7` — 1 breaking, 1 info
  - the response's body type/format changed from `string`/`` to `object`/`` for status `200`
  - added the optional property `result` to the response with the `200` status
- **2026-07-20** `32e824ccacfe` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `result` from the response with the `200` status
- **2026-06-06** `0e65ec723370` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2025-11-11** `936da358057b` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/system/cache/delete.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5152af83a070/schema)
