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

KeyDatatypeRequiredDescription
notify_participantsbooleanDefaults to true, email notifications containing the calendar event is sent to all event participants. Microsoft accounts do not support notify_participants = False.
calendar_idstring(Required) Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"request_id":"\u003cstring\u003e"}