---
title: "Cancel Order"
method: POST
path: "/orders/{id}/cancel"
tags: ["Order Management"]
---

# Cancel Order

`POST /orders/{id}/cancel`

**Purpose:**

Cancels an entire order. For cancellations after capture, please see Refunds.

**Preconditions:** 

- `id`: The unique identifier of the order

**Success:** 

- Response Code: `HTTP 204`

## Path parameters

- `id` string, uuid, required

## Response `204`

Order successfully cancelled

## Other responses

- `401` — Unauthorized request or invalid credentials
- `403` — Forbidden Request. The operation cannot be completed.
- `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)
