---
title: "Removes an item from an order."
method: GET
path: "/removeorderitem/{orderId}/{orderKey}/{itemId}"
tags: ["BookingFlow"]
---

# Removes an item from an order.

`GET /removeorderitem/{orderId}/{orderKey}/{itemId}`

## Path parameters

- `orderId` integer, required
- `orderKey` string, required
- `itemId` integer, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `417` — Expectation Failed
- `500` — Internal Server Error

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
