delete_events
Delete one or more calendar events permanently after confirmation. Use when you need to remove scheduled events from your Notion Calendar.
Instructions
Delete one or more events. Call only after confirming which event(s). POST /v2/deleteEvents {mutations:[{provider, accountId, calendarId, eventId, sendUpdates?}]}. mutations_json: JSON array. Destructive. sendUpdates: all|none|externalOnly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mutations_json | Yes |