---
title: "Delete invoice V3"
method: DELETE
path: "/api/v3/invoices/{id}"
tags: ["Invoice"]
---

# Delete invoice V3

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

This endpoint requires the following scopes: `invoice:delete`.

Delete an invoice in status draft.

## Path parameters

- `id` string, required

## Response `204`

Resource successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Problem occurred
- `429` — Too Many Requests

---

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