メモを削除
delete_memoDelete a memo by providing its unique ID and a valid session token. Authenticated users can remove unwanted memos from their account permanently with this straightforward action.
Instructions
指定したIDの自分のメモを削除します。ログインが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 削除するメモのID | |
| token | Yes | login で取得したセッショントークン |