# Delete a notebook

You can delete any notebook in UpNote if you no longer need it. When deleting a notebook, you can choose whether to **move the notes inside to Trash** or **keep them in your library**.

***

### 🖥 On Desktop (Mac, Windows, Linux)

1. Right-click the notebook you want to delete in the sidebar.
2. Select **Delete**.
3. In the confirmation dialog, choose whether to:
   * **Keep notes** (notes will remain in All Notes), or
   * **Move notes to Trash**.
4. Confirm the deletion.

<div align="left"><figure><img src="/files/wvVaSKQPfViR6QDpNYOK" alt="" width="375"><figcaption></figcaption></figure></div>

***

### 📱 On Mobile (iOS & Android)

1. Select the notebook from the sidebar.
2. Tap the **⋯** icon in the lower-right corner of the note list.
3. Select **Delete notebook**.
4. Confirm the deletion.

***

### ⚠️ Important

* **Deleting a notebook cannot be undone.**
* If you chose to move its notes to Trash, you can restore the notes individually from the Trash.
* Restoring deleted notes will **not** automatically recreate the original notebook structure—you will need to reorganize them manually if needed.


---

# 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/organize-and-manage-notes/organize-with-notebooks/delete-a-notebook.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.
