---
title: "POST /flight/cancel"
method: POST
path: "/flight/cancel"
---

# POST /flight/cancel

`POST /flight/cancel`

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `client_referenceId` string, required — Unique Client Reference ID
  - `booking_id` integer, required — Unique ID for the booking.
  - `request_type` string, required — Type of cancellation request; required, must be one of: full_cancellation or partial_cancellation.
  - `reason` string, required — Reason for the cancellation; must be one of: no_show, flight_cancelled, or others.
  - `remarks` string, required — Additional information or comments; required if request_type is partial_cancellation.
  - `journeys` object[], required — Journey segments to be canceled; required only if request_type is partial_cancellation.
    - `origin` string, required — Origin location of the journey segment.
    - `destination` string, required — Destination location of the journey segment.
  - `ticket_id` object[], required — Unique ID of the ticket to be canceled.

## Response `200`

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
