# Removing Members

You can remove a member's data in different ways, depending on whether you want to temporarily deactivate a member, allowing them to rejoin later, or completely delete all their data from the system. Below you can find all the available options listed.

* [Activating / Deactivating](#activating-deactivating)
* [Anonymizing](#anonymizing)
* [Removing](#removing-members)

***

## Activating / Deactivating

This option allows you to activate/deactivate the member. The displayed option depends on whether the member is active or inactive.

{% hint style="success" %}
**To activate/deactivate member:**

![](/files/m2Etzu2DEyEw0R08sQJX)

![](/files/JI2nGCkdBPujVDNSkmjs)

1. Go to the **Member list** or a single **Member**
2. Click the context menu or the **ACTIONS** button
3. Select **Activate/Deactivate account**
4. Click **YES**
   {% endhint %}

### Actions on Inactive Member

{% tabs %}
{% tab title="Supported" %}

* Adding units (UI: Add/Deduct, API: add/spend)

<div align="left"><figure><img src="/files/lO93kFSpHA9tsmfbRviX" alt="" width="169"><figcaption></figcaption></figure></div>

* Assigning reward

<div align="left"><figure><img src="/files/ckPnZwQgQEnYBa4BlGoa" alt="" width="375"><figcaption></figcaption></figure></div>

* Change the reward status

<div align="left"><figure><img src="/files/qV9rEoI9LUGz0GKRD7Tg" alt=""><figcaption></figcaption></figure></div>

* Editing member

<div align="left"><figure><img src="/files/V5JuVJEECSxRgkiXpALx" alt="" width="180"><figcaption></figcaption></figure></div>

* Campaign will be triggered (Internal event: Member address details updated, Member company details updated, Member profile attribute updated)&#x20;
  {% endtab %}

{% tab title="Not suporrted" %}

* Transactions and Custom events won't match with an inactive member
* The campaign won't be triggered (Purchase; Return; Custom event; Redemption codes; Achievement completed; Internal event: Tier was updated, Achievement progressed; Time-based)
* The tier is not updated when reaching the condition from the tier configuration.
  {% endtab %}
  {% endtabs %}

***

## Anonymizing

You have the option to anonymize each member's account. When you select this option, all member information will be anonymized, including their name, surname, phone number, date of birth, address, email address, and company data. This anonymized data will still be included in charts and tables, meaning we're essentially encrypting all the profile details, while transactional information remains intact for analytical purposes.

{% hint style="success" %}
**To anonymize members:**

![](/files/YG1og2645AOJP0XKAozB)

![](/files/i9bTZsCNblNuvA6yNYA4)

1. Go to the **Member list** or a single **Member**
2. Click the context menu or the **ACTIONS** button
3. Select **Anonymize Profile**
4. Click **YES**
   {% endhint %}

{% hint style="danger" %}
Once a member's account is anonymized, it cannot be restored.
{% endhint %}

***

## Removing members

In this part, we will explain how to remove a Member. When the Member is deleted, all of the information about the Member disappears. The Member also disappears from the Member's list and isn’t included in the total number of Members.

{% hint style="warning" %}
Once a member's account is removed it cannot be restored.
{% endhint %}

{% hint style="success" %}
**To remove a Member:**

![](/files/pDi1Gf3c0swFpXoU7rZO)

![](/files/TtnDuFjR2dvqrl5sQ7M0)

1. Go to the **Member list** or a single **Member**
2. Click the context menu or the **ACTIONS** button
3. Select **Remove Profile**
4. Click **YES**
   {% endhint %}


---

# 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.openloyalty.io/main-features/members/member-list/removing-members.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.
