---
title: "전자(세금)계산서 역발행 - 요청 취소"
method: PUT
path: "/v1/taxInvoices/{issuanceKey}/issueRequest/cancel"
tags: ["세금계산서 역발행"]
---

# 전자(세금)계산서 역발행 - 요청 취소

`PUT /v1/taxInvoices/{issuanceKey}/issueRequest/cancel`

역발행 요청을 취소합니다. 이미 승인/취소/발행된 경우에는 에러가 반환됩니다.

자세한 내용은 [이메일 승인 역발행](/docs/api-introduction/usecase-reverse-email) | [간편 승인 역발행](/docs/api-introduction/usecase-reverse-simple)을 참고하세요.

## Path parameters

- `issuanceKey` string, required

## Headers

- `Supplier-Key` string, required

## Response `200`

- object
  - `issuanceKey` string, required — 처리가 완료된 IssuanceKey가 응답됩니다.

## Other responses

- `400` — 잘못된 요청
- `500` — 서버 내부 오류

---

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