Events

Delete an event

Delete the specified event.

Google sends deleted events to the "Trash" folder, and you can read them for a period of time using the show_cancelled query parameter.

Microsoft deletes events immediately.

delete/v3/grants/{grant_id}/events/{event_id}

Query parameters

calendar_idstring required

The calendar ID of the event.

For Microsoft, we do not validate whether the given calendar ID matches the real calendar ID of the event. This is due to a limitation of the Microsoft Graph API.

(Not supported for iCloud) You can use primary to query the user's primary calendar.

notify_participantsboolean

Filter for events matching the specified notify_participants setting.

Microsoft and iCloud do not support notify_participants=false.

Response

Delete Succeeded

request_idstring required

ID of the request.

Example response

{
  "request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.