---
title: "Cancel PP3 order"
method: POST
path: "/api/public/v1/orders/{id}/cancel"
tags: ["Orders"]
---

# Cancel PP3 order

`POST /api/public/v1/orders/{id}/cancel`

Cancel a PP3 (regular, non-subscription) order. Sends an OrderUpdate with empty cart to Simba for confirmed orders, then marks the order as cancelled locally.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Order cancelled successfully

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

## Other responses

- `401` — Unauthorized - order belongs to different merchant
- `404` — Not Found
- `422` — Unprocessable Entity - order already cancelled

---

[API](https://skmtc.dev/sequra/apis/checkout-api.md) · [All operations](https://skmtc.dev/sequra/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequra/checkout-api/revisions/2b0b60c52d04/schema)
