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

# Delete a draft invoice

`DELETE /api/v1/invoices/{id}`

Deletes a draft invoice. If invoice is not in draft state, it should be voided and can not be deleted.

## Path parameters

- `id` string, required

## Response `200`

- SuccessDto
  - `message` string, required
  - `statusCode` number, required

## Other responses

- `500`

---

[API](https://skmtc.net/copperx/apis/copperx-api-2.md) · [All operations](https://skmtc.net/copperx/apis/copperx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/copperx/copperx-api-2/versions/c0bfbc37fb98/schema)
