---
title: "Void a receipt"
method: POST
path: "/fiscal-document/v1/fiscal-documents/receipts/{receiptId}/void"
tags: ["Fiscal Documents"]
---

# Void a receipt

`POST /fiscal-document/v1/fiscal-documents/receipts/{receiptId}/void`

Voids a receipt by updating its status to VOIDED.
The receipt must be in OPEN status.
For Italy, a refund receipt will be automatically created and linked to the voided receipt.

## Path parameters

- `receiptId` integer, required

## Headers

- `X-Property-ID` integer, required

## Response `204`

Receipt successfully voided

## Other responses

- `400` — Bad Request - Invalid status or document type
- `404` — Receipt not found

---

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