Remove Calendar recipient

DELETE /api/calendar/removeRecipient

Removes a contact from a calendar event

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