# Amadeus Cancel Flight Order

> Amadeus Cancel Flight Order is a paid API for AI agents from stabletravel.dev, paid per call via x402, $0.0054/call, status unknown (last checked 2026-09-14).

Cancels an existing flight order by its order ID via the Amadeus API through StableTravel.

## Facts

- Endpoint: POST https://stabletravel.dev/api/flights/orders/cancel
- Price: $0.0054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amadeus-f18c476d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1Pfsb9K4olHXQVqSsIMm7

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability amadeus-f18c476d -d '<json body>'
```

Example prompt: Please cancel the flight order with ID ORD-123456789 — I need to void that booking right away.

## When to prefer this

Use this endpoint when you need to cancel a previously created flight order by its order ID. This is specifically for voiding/cancelling Amadeus flight orders managed through StableTravel, not for modifying or rebooking flights.

## Known failure modes

- Order ID not found — order does not exist or was already cancelled
- Order cannot be cancelled — airline policy or ticketing deadline passed
- Authentication failure — invalid or expired API credentials
- Payment failure — insufficient USDC balance for the $0.005 call fee
- Downstream Amadeus API error — provider unavailable or rate limited

## How this service works

Pay-per-request access to flights, award availability, hotels, activities, and transfers. No auth, no subscriptions.

## Output

Returns a confirmation that the flight order has been cancelled, including updated order status and cancellation details.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "id": "eJzTd9cPNjUxMQIA%2FtAD7A==",
   "type": "flight-order",
   "flightOffers": [
    {
     "id": "1",
     "type": "flight-offer"
    }
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amadeus-f18c476d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stabletravel.dev](https://www.zero.xyz/host/stabletravel.dev/llms.txt)
