---
title: "Deletes an invoice"
method: DELETE
path: "/invoices/{invoice_id}"
tags: ["Invoices"]
---

# Deletes an invoice

`DELETE /invoices/{invoice_id}`

Permanently removes an invoice when your policy allows it (for example draft or voided states).
Confirm no downstream payments or revenue postings still depend on this invoice.

## Path parameters

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