---
title: "Delete invoice"
method: DELETE
path: "/v1/invoices/{id}"
tags: ["Invoices"]
---

# Delete invoice

`DELETE /v1/invoices/{id}`

Delete an invoice in `draft` status or imported from an external source. For other statuses, the `POST /v1/invoices/{id}/void` endpoint must be used.

## Path parameters

- `id` string, required

## Response `204`

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
