Skip to main content
POST
Cancel an order
Cancel an active order. Cannot cancel an order that has already been served.

Request

Path Parameters

string
required
The order number to cancel.

Response

Status Codes

  • 200: Order cancelled successfully
  • 400: Order is already cancelled or already served
  • 401: API key is required or invalid
  • 403: F&B module is disabled or workspace access is denied
  • 404: Order not found

Authorizations

apikey
string
header
required

Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.

Path Parameters

orderNumber
string
required

The order number to cancel

Response

Order cancelled