---
title: "Deletes a bill"
method: DELETE
path: "/bills/{bill_id}"
tags: ["Bills"]
---

# Deletes a bill

`DELETE /bills/{bill_id}`

Removes a bill that should no longer drive AP balances, typically while it remains in draft or was created in error.
Verify no posted payments, accrual journals, or vendor credit applications still reference the bill before deleting.

## Path parameters

- `bill_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)
