DELETE/users/{userId}/ainote/notes/{noteId}
AiNote ユーザーのノートを削除する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
ainote
| Parameter | Type | Description |
|---|---|---|
| userId | string | ユーザー ID required |
| noteId | string | ノート ID required example : 0b7ab87a-134b-482a-83a2-6267131972ean |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content