DELETE/users/{userId}/calendar/events/{eventId}
대상 사용자의 기본 캘린더 일정을 삭제한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.
calendar
| Parameter | Type | Description |
|---|---|---|
| userId | string | 대상 사용자 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| eventId | string | 일정 ID required example : eventr8123-wehuh324-qwejqw123 |
| Parameter | Type | Description |
|---|---|---|
| sendNotification | boolean | 일정 알림 발송 여부 default : true allowEmptyValue : true |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content
Forbidden
Not Found