Skip to content
Wysp Docs

remove_destination

Remove a destination from the trip

{
"destination": "cafe sara" // Destination to remove from the trip
}
{
"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.
}

Posture: CONFIRMATION