> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cms/get-started/backoffice-essentials/deleting-and-restoring-pages.md).

# Deleting and Restoring Pages

If you have pages that are no longer required for your website, you can delete them. Upon deletion, the page is moved to the **Recycle Bin** and is not deleted permanently.

In case you wish to restore the page, you can restore them from the **Recycle Bin**. You also have the option to empty the Recycle Bin which permanently deletes all the items.

## Deleting a Page

To delete a page:

1. Go to **Content**.
2. Click **...** next to the page you wish to delete.
3. Select **Trash**.

![Delete Menu 1](/files/tGdaza75lBmxsjw4Sn56)

Alternatively, click on the **...** next to the title field and select **Trash**.

![Delete Menu 2](/files/5kSXRyC8iprDOM6udKpn)

4. A window appears confirming if you want to delete the page.

![Delete Warning](/files/3EBDubSAbHjYhH1DYat2)

5. Click **OK**.
6. A confirmation message appears. Click **OK** to dismiss the confirmation message.

## Managing the Recycle Bin

The **Recycle Bin** is a separate tree list which can be found at the bottom of the section tree view. Selecting the Recycle Bin page, opens a list view with all deleted content. Clicking the arrow to the left of the Recycle Bin icon in the tree will also list any pages that have been deleted.

![Recycle Bin List](/files/sGpDimLSzgrUQr86brpL)

### Restore Deleted Pages

To restore deleted pages from the Recycle Bin:

1. Click **•••** next to the page in the list and select **Restore**.

You can also click on the **...** next to the page in tree and select **Restore**.

2. A window appears confirming if you want to restore the page.
3. Click **Restore**.
4. A confirmation message appears. Click **OK** to dismiss the confirmation message.

{% hint style="info" %}
To display the page on the website, it must first be **Saved and published**.
{% endhint %}

### Emptying the Recycle Bin

If you are confident you no longer require any pages in the **Recycle Bin**, you can permanently delete it. You can delete pages one by one or empty the Recycle Bin in one go.

{% hint style="info" %}
After deleting the pages from the **Recycle Bin**, you will **not** be able to retrieve any data associated with that page.
{% endhint %}

To empty the Recycle Bin:

1. Select the **Recycle Bin** and click on **Empty recycle bin** above the list.

![Empty Recycle Bin](/files/M8Wj8coRxZv9MIkTE2B2)

2. A message appears confirming if you want to empty the recycle bin.

![Empty Recycle Bin Warning](/files/PxjXXfRwNDMa1noZuY5q)

3. Click **OK**.

Alternatively, click on the **...** when hovering the Recycle Bin, and select **Empty recycle bin...** from the menu.

![Empty Recycle Bin menu](/files/YobSbN4ZpvxhzCg6rnGO)

### Delete Individual Pages from the Recycle Bin

To delete individual pages from the Recycle Bin:

1. Select the Recycle Bin to open the list of deleted items.
2. Click on the trash bin icon next to the content you want to permanently delete.

You can also open the page and click the **...** next to the title field and select **Delete**.

3. A message appears confirming if you want to delete the page.

![Delete Warning](/files/DA3ka3qyRouUyJdkP3Wv)

4. Click **OK**.
5. A confirmation message appears. Click **OK** to dismiss the confirmation message.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-cms/get-started/backoffice-essentials/deleting-and-restoring-pages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
