---
title: "Cancela uma nota fiscal"
method: DELETE
path: "/api/NotaFiscal/{id}"
tags: ["NotaFiscal"]
---

# Cancela uma nota fiscal

`DELETE /api/NotaFiscal/{id}`

Esta API exclui uma nota fiscal através do id da mesma.
### Requisição 
| **Campo** | **Tipo** | **Descrição** | **Obrigatório** | 
|--|--|--|--|
| Id | GUID | Id da nota fiscal | Sim |

## Path parameters

- `id` string, required

## Headers

- `Aeskey` string, required

## Response `200`

OK

- object

## Other responses

- `204` — Nota fiscal cancelada
- `401` — Não há permissão para acessar este nota fiscal
- `404` — Não existe a nota fifscal por Id
- `500` — Id inválido da nota fiscal ou erro cancelando nota fiscal

---

[API](https://skmtc.net/meuk8/apis/k8-fintech.md) · [All operations](https://skmtc.net/meuk8/apis/k8-fintech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meuk8/k8-fintech/versions/14db4977f490/schema)
