---
title: "Delete trip"
method: DELETE
path: "/v3/trips/{tripId}"
tags: ["Trips"]
---

# Delete trip

`DELETE /v3/trips/{tripId}`

This endpoint deletes a trip by ID.

## Request body

- DeleteTripRequest
  - `allowEmptyTripDeletionOnly` boolean — If true, only allows deletion of empty trips (trips with no PNRs). If false (default), allows deletion regardless of PNRs.

## Response `204`

Deleted Successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/spotnana/apis/trip-api.md) · [All operations](https://skmtc.net/spotnana/apis/trip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spotnana/trip-api/versions/95d2773f6a09/schema)
