---
title: "Cancel Invoice"
method: DELETE
path: "/invoices/{captureId}"
tags: ["Captures"]
---

# Cancel Invoice

`DELETE /invoices/{captureId}`

**Purpose:**

Refunds the full amount of a past capture.

**Preconditions:** 

- `captureId`: The unique identifier of the capture

**Success:** 

- Response Code: `HTTP 204`

## Path parameters

- `captureId` string, uuid, required

## Response `204`

Invoice successfully cancelled

## Other responses

- `400` — Invalid Request Data
- `401` — Unauthorized request or invalid credentials
- `404` — Resource Not Found
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/billie/apis/billie-direct-api.md) · [All operations](https://skmtc.net/billie/apis/billie-direct-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billie/billie-direct-api/versions/8cce15617825/schema)
