DELETE/users/{userId}/calendar/events/{eventId}
Deletes an event from a specified user's default calendar.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
calendar
| Parameter | Type | Description |
|---|---|---|
| userId | string | User ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| eventId | string | Event ID required example : eventr8123-wehuh324-qwejqw123 |
| Parameter | Type | Description |
|---|---|---|
| sendNotification | boolean | Indicates whether to send event notifications. default : true allowEmptyValue : true |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Forbidden
Not Found