---
title: "Reject Order"
method: POST
path: "/{service-id}/orders/{id}/reject"
tags: ["Order Status Update API Grubtech Endpoints"]
---

# Reject Order

`POST /{service-id}/orders/{id}/reject`

The **Reject Order** endpoint is part of the Order Status Update API and allows the user to mark a specific order as rejected. It is generally used when an order cannot be fulfilled due to various reasons (such as unavailability of items, out-of-service areas, or other constraints).

## Path parameters

- `service-id` string, required
- `id` string, required

## Request body

- object — Order rejection information
  - `reason` 'OUT_OF_ITEMS' | 'INVALID_ITEMS' | 'OTHER', required — Order cancellation reasons
  - `note` string — Reason or note for rejection

## Response `204`

Successful response OK

## Other responses

- `400` — Bad request
- `404` — Resource 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/versions/21688b6dcb69/schema)
