---
title: "Remove Stay From Trip"
method: DELETE
path: "/v1/trips/{trip_id}/stays/{stay_id}"
tags: ["mcp-server"]
---

# Remove Stay From Trip

`DELETE /v1/trips/{trip_id}/stays/{stay_id}`

Drop a booking from the trip.

## Path parameters

- `trip_id` string, uuid, required
- `stay_id` string, required

## Response `204`

Successful Response

## 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.dev/stardrift/apis/fastapi/revisions/8eea75d9cae3?raw)
