# Bulk Customer Deletion

{% hint style="danger" %}

### Before you begin

#### This action permanently deletes member data

Bulk Customer Deletion **fully deletes the member’s data from Inveterate**. After deletion, it is as if the customer was never a member in the first place. This cannot be undone.

Use this only when you are certain you need to permanently remove a member’s membership record (for example, data cleanup requests or internal testing accounts).
{% endhint %}

#### CSV requirements

To delete members in bulk, you must upload a CSV that includes a header named:

* `customerId`

(You’ll see this requirement called out directly in the upload modal.)&#x20;

***

### How to perform a Bulk Customer Deletion

1. **Navigate to your Inveterate dashboard**.&#x20;
2. Go to **Settings**.&#x20;
3. Select **Bulk Actions**.&#x20;
4. Click **Actions** (top-right).&#x20;
5. Choose **Customer deletion**.&#x20;
6. Upload your CSV file containing the members you want to delete.&#x20;
7. (Optional) Add an internal note to accompany the deletion request.&#x20;
8. Click **Submit** to start the deletion process.

***

### What to expect after submitting

* Inveterate will begin deleting members included in the uploaded CSV. PerformBulkCustomerDeletion-4e6…
* Deleted members’ records are fully removed from Inveterate.

***

### Best practices

* **Double-check your CSV** before submitting (especially the `customerId` column).
* **Start with a small test CSV** (1–2 customers) to confirm you’re deleting the intended records.
* Use the **optional note** to document why the deletion was performed for future internal reference.

#### Download the PDF below for step-by-step instructions:

{% file src="/files/6tuGNGv7B9Ak0qgCU9ki" %}


---

# Agent Instructions: 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:

```
GET https://help.inveterate.com/help-center/guides/settings/bulk-actions/bulk-customer-deletion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
