> 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/products/remove-delete-product.md).

# Remove/Delete Product

The **Remove Product** feature allows users to permanently delete a product from the digital asset management system.

<details>

<summary>When Should You Use the Remove Product Feature?</summary>

* When the product is no longer needed in the system.
* When you need to remove outdated, duplicate, or irrelevant products.
* When you want to clean up and optimize the data repository for easier management.

</details>

### How to Use the Remove Product Feature

**Step 1: Navigate to Product**

* From the **left-hand toolbar**, go to the **Product** section.

<figure><img src="/files/bHI0KcRQM5lVesOPfqMY" alt=""><figcaption><p>Navigate to Product</p></figcaption></figure>

**Step 2: Select the Product to Remove**

* Use the search bar to quickly locate the product you want to delete.
* You can search for a product by entering:
  * **Product ID** (a unique identifier for each product).
  * **Labels or Tags** that categorize the product.
  * **Related keywords** found in the product description or metadata.

<figure><img src="/files/sKQViSlyiV8p3YJlK9CU" alt=""><figcaption><p>Serch the Product to Remove</p></figcaption></figure>

**Step 3: Go to the Product Details**

* Once you find the product, click the **pencil icon** next to the product name to open the product's details page.

<figure><img src="/files/DcXsj8y8FkK5sHpO4NLE" alt=""><figcaption><p>Go to the Product Details</p></figcaption></figure>

**Step 4: Remove Product**

* In the product details page, switch to the **Remove** tab.
* Confirm that you want to delete the product.
* Click **Remove Product** to finalize the deletion.

<figure><img src="/files/bv5mJVCciQLIVZTSfNg8" alt=""><figcaption><p>Remove Product </p></figcaption></figure>

**Important Notes:**

* Once deleted, the product will be permanently removed and **cannot be recovered**.
* Ensure you double-check before performing this action to avoid losing important data.

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/products/remove-delete-product.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.
