---
title: "Cancel order"
method: PUT
path: "/orders/{orderId}/cancel"
tags: ["Order Acceptance API", "publicly-accessible"]
---

# Cancel order

`PUT /orders/{orderId}/cancel`

Call when an order has been cancelled by Ops. Cancelling an order overrides any previous accept/reject calls. This should not be used for restaurant rejection but only from Ops involvement

## Path parameters

- `orderId` string, required

## Request body

- OrderCancelRequest
  - `Message` string — Reason why this order is being cancelled.

## Response `200`

OK

## Other responses

- `404` — Order could not be found
- `409` — Conflict. This order has already been cancelled

---

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