DELETE/users/{userId}/mail/{mailId}
メールをユーザーの設定に応じて完全に削除するか、ゴミ箱に移動する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザーを特定する ID (URL エンコードする)
required example : me |
| mailId | string | メール ID required example : 1 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content