Remove Calendar recipient

DELETE /api/calendar/removeRecipient

Removes a contact from a calendar event

DELETE /api/calendar/removeRecipient
curl \
 --request DELETE http://api.example.com/api/calendar/removeRecipient \
 --header "Authorization: Bearer $ACCESS_TOKEN"