Rides

DELETE Cancel Trip by Trip GUID

Request

DELETE{root_url}/v{version}/rides/CancelTripByTripGuid
ParameterTypeDescriptionNotes
ridestringSee model definition belowREQUIRED
versionintAPI version; currently = "1"REQUIRED
Authorizationstringbearer {access token}REQUIRED

Model Definition

ParameterTypeDescriptionNotes
tp_api_keystringREQUIRED
trip_guidstringUnique ID for the tripREQUIRED
cancel_reasonstring

Expected Response Codes

CodeDescription
200Request was successful.
400Missing or unaligned data. Error message will be returned with response
403The API key used does not have access to this resource.