---
title: "Delete an existing invoice"
method: POST
path: "/api/invoice/delete"
tags: ["Invoice"]
---

# Delete an existing invoice

`POST /api/invoice/delete`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Request body

- InvoiceDeleteApiModel
  - `Id` integer — Id of invoice to be deleted

## Response `200`

OK

- integer

---

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