> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/collections/collection-folders/delete-folder-in-collection.md).

# Delete Folder in Collection

The **Delete Folder in Collection** feature allows users to remove unnecessary folders without losing important data. When a folder is deleted, **the assets (Assets) inside remain in the Collection**, only the folder itself is removed from the Collection.&#x20;

### **How to Delete a Folder in Collection**

#### **🔹 Step 1: Open the Options Menu**

* Navigate to **Collections** and find the folder you want to delete. Ensure that the folder does not contain important assets or that they have been relocated.
* Click the **down arrow** on the folder thumbnail or **right-click** on the folder you want to delete.
* A menu with folder management options will appear.

<figure><img src="/files/suKXtgJPMqBFpLuMU0cm" alt=""><figcaption><p>Open the Options Menu</p></figcaption></figure>

#### **🔹 Step 2: Select "Delete Folder"**

* Click the **"Delete Folder"** option to proceed with deletion.

<figure><img src="/files/24vjGxsDSaCVa8A7sXd6" alt=""><figcaption><p>Select "Delete Folder"</p></figcaption></figure>

#### **🔹 Step 3: Select "Delete Folder"**

* Check "Delete All Nested Folders" if you want to delete all subfolders inside. &#x20;
* If not selected, this delete action will only delete the parent folder and retain the nested folders and assets contained within it.
* Confirm the action to complete the process.&#x20;

<figure><img src="/files/mWoMRnlo0gCM8eYi5K3V" alt=""><figcaption><p>Delete Folder</p></figcaption></figure>

📌 If you accidentally delete the wrong folder, check the **original Collection**, as the assets will still be there.\
📌 If you need help recovering or reorganizing content, please contact the **HIVO Support Team**.

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/collections/collection-folders/delete-folder-in-collection.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.
