# ノートを削除する

不要になったノートは、簡単に UpNote から削除できます。\
削除されたノートは一旦 **「ゴミ箱（Trash）」** に移動し、後から復元または完全に削除することができます。

***

#### **ノートをゴミ箱に移動する**

1. 削除したいノートを開きます。
2. **その他のオプション（...）** メニューをクリック、またはノート一覧で右クリックします。
3. **「ゴミ箱に移動（Move to Trash）」** を選択します。
4. ノートはノートブックから削除され、**ゴミ箱（Trash）** に保存されます。

***

#### **ゴミ箱からノートを復元する**

誤ってノートを削除した場合は、次の手順で復元できます。

1. サイドバーから **「ゴミ箱（Trash）」** を開きます。
2. 復元したいノートを探します。
3. ノートを右クリックするか、**その他のオプション（...）** メニューを開きます。
4. **「復元（Restore）」** を選択します。
5. ノートは「すべてのノート（All Notes）」セクションに戻ります。

***

#### **ノートを完全に削除する**

ノートを完全に削除するには：

1. サイドバーから **「ゴミ箱（Trash）」** を開きます。
2. ノートを右クリックするか、**その他のオプション（...）** メニューを開きます。
3. **「完全に削除（Delete Permanently）」** を選択します。
4. ⚠️ 一度完全に削除すると、ノートを復元することはできません。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.getupnote.com/ja/organize-and-manage-notes/delete-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
