---
title: "Cancel top-up invoice"
method: DELETE
path: "/api/v1/billing/drawdown/topup/{invoiceId}"
tags: ["Billing"]
---

# Cancel top-up invoice

`DELETE /api/v1/billing/drawdown/topup/{invoiceId}`

Cancel/void an unpaid top-up invoice.
Only invoices in open state can be cancelled.

## Path parameters

- `invoiceId` string, required

## Response `204`

No Content

## Other responses

- `400`
- `401` — Authentication Failed
- `404`
- `409`

## Changes

- **2026-06-08** `0b28c67737d3` — 1 info
  - the security scope `billing:write` was added to the endpoint's security scheme `bearerAuth`

[Change history](https://skmtc.dev/rye-com/apis/universal-checkout-api/changes/api/v1/billing/drawdown/topup/:invoiceId/delete.md)

---

[API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [All operations](https://skmtc.dev/rye-com/apis/universal-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rye-com/universal-checkout-api/revisions/175c7f9e090e/schema)
