---
title: "Delete Charging Session"
method: DELETE
path: "/api/chargers/{chargerId}/sessions/{sequenceId}"
tags: ["Charge Session"]
---

# Delete Charging Session

`DELETE /api/chargers/{chargerId}/sessions/{sequenceId}`

Permanently deletes a charging session. This operation is irreversible and the session data cannot be recovered. Rate limited at max 10 requests per 60 minutes.

## Path parameters

- `chargerId` string, required
- `sequenceId` integer, required

## Response `200`

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
