Bookings
Booking cancellation
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Bookings
Booking cancellation
DELETE
/
bookings
/
{id}
/
cancel
curl --request DELETE \
--url https://api.cal.com/v1/bookings/{id}/cancel
Authorizations
Path Parameters
ID of the booking to cancel
Query Parameters
Your API key
Delete all remaining bookings
The reason for cancellation of the booking, not required except for hosts
Response
200
OK, booking cancelled successfully
Was this page helpful?
curl --request DELETE \
--url https://api.cal.com/v1/bookings/{id}/cancel