---
title: "Cancel an order item"
method: POST
path: "/v1/orders/{orderId}/cancel"
tags: ["Orders"]
---

# Cancel an order item

`POST /v1/orders/{orderId}/cancel`

Cancel a specific order by its orderId.

## Path parameters

- `orderId` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `message` string

## Other responses

- `401` — Default Response
- `404` — Default Response
- `500` — Default Response

---

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