---
title: "Cancel Order"
method: DELETE
path: "/orders/{orderReferenceId}"
tags: ["Booking API"]
---

# Cancel Order

`DELETE /orders/{orderReferenceId}`

## Path parameters

- `orderReferenceId` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `cancellation_reason` 'COULD_NOT_MAKE_IT' | 'NEED_TO_RESCHEDULE' | 'FOUND_A_BETTER_PRICE_ELSEWHERE' | 'DID_NOT_RECEIVE_TICKETS -' | 'OTHER' — Reason for cancellation from the customer.

## Response `200`

Successful operation.

- object
  - `success` boolean — Indicates whether the request was successful (`True`) or not (`False`).

## Other responses

- `400` — Bad Request -- Check your request parameters (typo in parameter or invalid value).
- `401` — Unauthorized -- Your API key is incorrect.
- `403` — Forbidden -- The endpoint or parameters are not allowed for the matching API key.
- `404` — Not Found -- Requested resource/endpoint could not be found.
- `405` — Method Not Allowed -- Check your request method.
- `429` — Too Many Requests -- We currently apply a fair-use policy, but we might enforce limits in the future.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/tiqets/apis/tiqets-distributor-api.md) · [All operations](https://skmtc.net/tiqets/apis/tiqets-distributor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiqets/tiqets-distributor-api/versions/eaf9cf96606a/schema)
