> 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/partner-management/customers/delete-customer.md).

# Delete Customer

#### 1. Manually Delete Customer

**Step 1:** In the customer list, click the ![](https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FnVeK6M3QyqA3nlR37Vl8%2Fimage.png?alt=media\&token=8727b31f-d64e-469b-86b9-6473d072c59d) icon for the customer you want to delete, then select **Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2F7H0Zkh1zaJ7As6ws6XsV%2Fimage.png?alt=media&amp;token=b0d80a67-97e7-4ff4-905d-3589af213d3a" alt=""><figcaption></figcaption></figure>

**Step 2:** A confirmation pop-up will appear asking you to confirm whether you want to delete this customer.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FwONMoV5RH2yMX1qekL8M%2Fimage.png?alt=media&amp;token=0463e3ac-e164-42f4-99d0-d83847eb2793" alt=""><figcaption></figcaption></figure>

* Click **Delete** to delete the customer.
* Click **Cancel** to close the pop-up without deleting the customer.

After the customer is deleted, the system will display the notification: **"Customer deleted successfully."**

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2Fedlus26dMmm1NCSeteY0%2Fimage.png?alt=media&amp;token=18ceacd9-b490-45bc-91b8-9c082ff71f4f" alt=""><figcaption></figcaption></figure>

#### 2. Bulk Delete Customers

In the customer list, **select the customers** you want to delete, click **Actions**, then select **Bulk Delete**.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FbadYNiD1b8hgKNF86UUA%2Fimage.png?alt=media&amp;token=a7819b20-aad5-4fb9-895c-50b1fba44f99" alt=""><figcaption></figcaption></figure>

A confirmation pop-up will also appear, asking you to confirm whether you want to delete the selected customers.

<figure><img src="https://3170165901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3i8vOkkJiXVVAWglnuDD%2Fuploads%2FhqhmZFXkbNzXMSRU9PIS%2Fimage.png?alt=media&amp;token=2be2f9c6-2883-487f-90b3-efab9d2b9e1e" alt=""><figcaption></figcaption></figure>

Click **Confirm** to delete the selected customers.


---

# 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/partner-management/customers/delete-customer.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.
