cURL
curl --request PATCH \ --url 'https://api.cal.com/v1/booking-references/{id}?apiKey=' \ --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
OK, BookingReference edited successfully
Was this page helpful?