curl --request PATCH \
--url https://api.cal.com/v1/booking-references/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'
curl --request PATCH \
--url https://api.cal.com/v1/booking-references/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'
ID of the booking reference to edit
Your API key
Edit an existing booking reference related to one of your bookings
The body is of type object
.
OK, BookingReference edited successfully
Was this page helpful?