---
title: "Cancel Invoice"
method: POST
path: "/api/invoices/cancel"
tags: ["invoices"]
---

# Cancel Invoice

`POST /api/invoices/cancel`

Cancel an existing invoice.

## Request body

- CancelInvoiceRequest — Request to cancel an invoice.
  - `invoice_id` string, nullable — Invoice id
  - `fattura_id` string, nullable — Legacy invoice id field

## Response `200`

Successful Response

- CancelInvoiceResponse — Response for invoice cancellation endpoint.
  - `success` boolean, required — Operation result
  - `message` string, required — Human-readable summary

## Other responses

- `422` — Validation Error

---

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