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

# POST /{applicationId}/orders/{id}/cancel

`POST /{applicationId}/orders/{id}/cancel`

This endpoint allows an order to be cancelled on the Grubtech platform.

## Path parameters

- `applicationId` string, required
- `id` string, required

## Request body

- OrderCancellation — Order cancellation information
  - `reason` 'OUT_OF_ITEMS' | 'STORE_TOO_BUSY' | 'OTHER', required — Order cancellation reasons
  - `note` string — Reason or note for cancellation
  - `canceledAt` string, required — Order cancellation time. Represented in ISO 8601 format.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — The specified resource was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/grubtech/apis/grubtech-auth-server.md) · [All operations](https://skmtc.net/grubtech/apis/grubtech-auth-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grubtech/grubtech-auth-server/revisions/21688b6dcb69/schema)
