---
title: "Remove From Itinerary"
method: POST
path: "/trips/{trip_id}/itinerary/remove"
tags: ["itinerary"]
---

# Remove From Itinerary

`POST /trips/{trip_id}/itinerary/remove`

Remove an itinerary item by server-assigned id (user-initiated).

## Path parameters

- `trip_id` string, required

## Headers

- `x-client-id` string, nullable

## Request body

- RemoveFromItineraryRequest — Request model for removing an item from itinerary by id.
  - `id` string, required
  - `confirm` boolean

## Response `200`

Successful Response

- RemoveFromItineraryResponse — Response model for removing an itinerary item.
  - `itinerary` object, required
  - `needs_confirmation` boolean, nullable
  - `affected_plan_days` integer[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
