---
title: "Deletes a charge"
method: DELETE
path: "/charges/{charge_id}"
tags: ["Charges"]
---

# Deletes a charge

`DELETE /charges/{charge_id}`

Drops a charge that should not influence spend reporting, for example duplicate imports from a card processor feed.
Ensure finance agrees the underlying bank activity will not be re-imported before removing the charge permanently.

## Path parameters

- `charge_id` string, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

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