---
title: "Deletes a bill payment"
method: DELETE
path: "/bills/{bill_id}/payments/{payment_id}"
tags: ["Bill Payments"]
---

# Deletes a bill payment

`DELETE /bills/{bill_id}/payments/{payment_id}`

Reverses a previously recorded bill payment when the disbursement failed or was duplicated, restoring the bill balance accordingly.
Treat this as a corrective action with the same controls you apply to voiding treasury transactions in your close process.

## Path parameters

- `bill_id` string, uuid, required
- `payment_id` string, uuid, 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/revisions/a2ab794dd5f2/schema)
