> For the complete documentation index, see [llms.txt](https://help.evoshop.cam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.evoshop.cam/orders-and-products/product/delete-product.md).

# Delete Product

evoshop allows you to delete products by following these steps:

#### **Method 1: Delete individual products**

**Step 1:** In the product management list, click the![](https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FAY0HfjDDCKYoSEuFnAkF%2Fimage.png?alt=media\&token=dd2ffe8d-52f8-4924-a82d-87c25cfef038)icon at the end of the product row > Select **Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2F9DLI7zzQGKcGoQdIjVBk%2Fimage.png?alt=media&amp;token=283dc91e-dc05-4f6c-b0fd-cb247f947cdc" alt=""><figcaption></figcaption></figure>

**Step 2:** A confirmation dialog will appear. If you are sure you want to delete the product, click **Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FsKXBKQMIwRdWj9nlEj5G%2Fimage.png?alt=media&amp;token=cbc52907-7fb2-40d6-9e5e-1e82477129d8" alt=""><figcaption></figcaption></figure>

**Note:** A product can only be deleted if it has not been involved in any transactions on the system. If the product has already been involved in transactions, you will receive the following error notification when attempting to delete it:

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FTx8OgPqNW1EiAFzDPShi%2FFrame%2056623.png?alt=media&amp;token=08bcc994-2f18-4baa-8f01-de8b891baf1a" alt=""><figcaption></figcaption></figure>

#### **Method 2: Bulk Delete Products**

Step 1:

1. Select all products.
2. Click **Actions**.
3. Select **Bulk Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FxCdcbES8vviqFFBfdjJU%2Fimage.png?alt=media&amp;token=be1920c3-f892-476c-a7c3-1297e075a8bc" alt=""><figcaption></figcaption></figure>

**Step 2:** A confirmation dialog will appear. If you are sure you want to delete the products, click **Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FlI5nC1L8oid46mnSf8QL%2Fimage.png?alt=media&amp;token=27b33851-71ce-43bc-8704-d482414c12e8" alt=""><figcaption></figcaption></figure>

**Note:** A product can only be deleted if it has not been involved in any transactions on the system. If the product has already been involved in transactions, you will receive the following error notification when attempting to delete it:

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FrIa1ZqNRU2sM1XKawW3e%2Fimage.png?alt=media&amp;token=9cc0ef56-35da-4ec9-8fb3-af0f9eb1873a" alt=""><figcaption></figcaption></figure>


---

# 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://help.evoshop.cam/orders-and-products/product/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.
