DELETE/users/{userId}/calendar/events/{eventId}
基本カレンダーの予定を削除する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
calendar
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| eventId | string | 予定 ID (URL エンコードする) 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