Hi,
This is related to my post
I found out that if I have a group meeting with 3 invitees: inv1_uuid, invitee2_uuid, invitee3_uuid
and I want to cancel the meeting for only one of them, for example inv1_uuid, I can call:
PUT https://calendly.com/api/booking/cancellations/inv_uuid with body:
{
"cancel_reason": "Test cancel again"
}
and it works.
Just wanted to verify we can use this API.
Thanks.