delete-specific-calendar-event
Delete a specific event from a Microsoft 365 calendar by providing the calendar ID and event ID. For recurring events, deleting the series removes all occurrences.
Instructions
Delete navigation property events for me
💡 TIP: Deleting a seriesMaster deletes ALL occurrences. To cancel a single occurrence, use the specific instance ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Path parameter: eventId | |
| If-Match | No | ETag | |
| calendarId | Yes | Path parameter: calendarId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |