Delete an Event
DELETE {{baseUrl}}/v3/grants/:grant_id/events/:event_id?notify_participants=true&calendar_id={{calendar_id}}
Deletes an event. For Google, deleted events can still be read for some period of time via the show_cancelled query parameter. Microsoft deletes happen immediately.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| notify_participants | boolean | Defaults to true, email notifications containing the calendar event is sent to all event participants. Microsoft accounts do not support notify_participants = False. | |
| calendar_id | string | (Required) Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar. | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e"}