delete_trip
Archive a trip, or delete it permanently. Archiving keeps the trip and its itinerary but frees the active-trip slot; bookings, monitors and chats filed under it are always kept and simply unfiled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | Yes | Trip id to remove. Use list_trips to find it. | |
| permanently | No | Delete the trip and its itinerary for good instead of archiving. Defaults to false. |