remove_destination
Remove a destination from the trip
Arguments
Section titled “Arguments”{ "destination": "cafe sara" // Destination to remove from the trip}Response
Section titled “Response”{ "kind": "SUCCESS", // SUCCESS | FAILURE | BAD_REQUEST | INTERNAL_SERVER_ERROR | REFUSAL "nature": "OPAQUE", // OPAQUE | USER_VERBATIM | JSON "language": "en-US", // BCP47 language tag "value": "Destination 'Café Sara' removed from trip." // Opaque string response value to be entered into message history.}Guidance
Section titled “Guidance”Posture: CONFIRMATION