Cancel a visit

Cancel an on-my-way or a waitlist visit by the given encrypted visit identifier.

Curl example with OAuth authentication:

    root@test:~# curl -X POST "https://api.yelp.com/v3/visits/{VISIT_ID}/cancel" --header 'accept: application/json' --header "Authorization: Bearer ${API_TOKEN}"

If the visit is canceled successfully, the client will receive an empty 204 response.

Note: In order to use this endpoint, the caller should be an onboarded Yelp Waitlist partner

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Encrypted Yelp visit identifer

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json