post https://api.yelp.com/v3/bookings/reservation//cancel
The cancel endpoint allows you to cancel a reservation using a reservation_id.
cURL example with OAuth authentication:
curl -X POST "https://api.yelp.com/v3/bookings/reservation/e33b40ef-f6b1-4f17-987c-d850892564b/cancel -H "authorization: Bearer {ACCESS_TOKEN}"
Example 200 response:
{}