Delete Calendar

DELETE /api/calendar/delete

Deletes a calendar event

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