---
title: "Deletes a manual charge from its billing period."
method: DELETE
path: "/billing/manual-charge/{manualChargeId}"
tags: ["Billing"]
---

# Deletes a manual charge from its billing period.

`DELETE /billing/manual-charge/{manualChargeId}`

Only charges and refunds entered by hand can be deleted, and only while their billing period
 is still Open or Reconciling. Charges derived from the billing account — the
 recurring platform fee and the minimum-spend top-up — are managed through the billing account
 instead and are rejected here. Responds 409 Conflict when the period is invoiced while
 the request is in flight, leaving the charge in place.

## Path parameters

- `manualChargeId` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/rapidata/apis/rapidata-api.md) · [All operations](https://skmtc.net/rapidata/apis/rapidata-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapidata/rapidata-api/revisions/5f993bd211f5/schema)
