CancelTrip
Cancel the specified trip.
Input
Name | Type | Required | Description |
TripId | String | True | The Id of the trip you want to delete. |
LoginId | String | False | The Id of the user you want to impersonate. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates if the trip was cancelled successfully. |