Booking
Delete Booking
WRITE
access to the SCHEDULE
module is required to access this endpointTo avoid generating lots of undesired notifications, take care when creating or updating bookings and consider using the
notify_user_resources
option which can be used to silence notifications for end users.DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the booking to delete
Specifies if user resources (resources with a contact attached) should be sent an email notification about the deleted booking
If deleting a repeat booking, specifies if other repeats should be deleted as well, specifically to all, future or just the single booking. Default is single
Available options:
single
, future
, all
Response
200
application/json
Successful Operation