TravelyfeHelp
DevelopersAPI ReferenceItineraries

Delete An Itinerary

DELETE
/v1/itinerary/{id}

Deletes the itinerary for everyone it is shared with, including its images and documents. This cannot be undone.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Path Parameters

id*string

The itinerary id (UUID).

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/itinerary/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty