---
title: "Reset Energy Meter"
method: DELETE
path: "/emeter"
tags: ["Energy Meter"]
---

# Reset Energy Meter

`DELETE /emeter`

This will clear the Energy Meter

## Request body

- object
  - `hard` integer — 0|1 Enable hard reset ( reset total_counter & total_switches)
  - `import` integer — 0|1 Import OpenEvse module total kwh.

## Response `200`

Reset counter ok

- object
  - `msg` string — Reset done

## Other responses

- `500` — Failed to reset counter

## Changes

- **2023-03-13** `b66db7473d55` — 3 breaking, 1 info
  - the `hard` request property type/format changed from `int`/`` to `integer`/``
  - the `import` request property type/format changed from `int`/`` to `integer`/``
  - removed the media type `schema` for the response with the status `200`
  - added the media type `application/json` for the response with the status `200`
- **2023-02-27** `4fbeca340b96` — 1 info
  - endpoint added
- **2021-09-09** `8e74ed2c45a0` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openevse/apis/openevse-wifi-api/changes/emeter/delete.md)

---

[API](https://skmtc.dev/openevse/apis/openevse-wifi-api.md) · [All operations](https://skmtc.dev/openevse/apis/openevse-wifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openevse/openevse-wifi-api/revisions/0b557db566f3/schema)
