Three lines

Uber

Developers

Cancel Health Trip

DELETEhttps://api.uber.com/v1/health/trips/{request_id}

Privileged and Confidential This endpoint design has been confidentially shared with you. It is still under development and is subject to change without notice. Please do not share this document or API endpoint details with anyone who is not authorized to have access. For more information read about scopes.

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

Uber

Developers
© 2023 Uber Technologies Inc.