Cancel Health Trip
DELETEhttps://api.uber.com/v1/health/trips/{request_id}
¶ Use Case
Cancel a health trip.
¶ Authorization
OAuth 2.0 Bearer token with the health
scope.
¶ Example Request
Try It Replace the token and trip id from a past trip in the below request to use it a terminal to cancel an exsisting trip.
curl -X DELETE \
-H "authorization: Bearer $UBER_TOKEN" \
'https://sandbox-api.uber.com/v1/health/trips/REPLACETRIPID'
¶ Example Response
HTTP 200 OK