> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Block a Customer

> Stop a customer from sharing and from receiving new offers, without deleting their data.

Blocking is the strongest non-destructive action on a customer. Use it when you don't want a person in your programme anymore, usually after a confirmed gaming case or a serious complaint, but you don't want to wipe their history.

<Warning>
  Blocked customers stay in your account so you can audit their activity. If you also want to remove their personal data, [purge them](/knowledge-v2/customers/common-tasks/delete-customer-data) after blocking.
</Warning>

## What Blocking Does

* Disables their active campaigns. **Stop sharing** is applied to every campaign on their profile.
* Stops them from being re-enrolled, manually or via SFTP / CSV.
* Leaves the profile readable, with a **Blocked** status pill on the side panel.

<Note>
  Blocking does **not** unsubscribe them from emails. Email opt-in is a separate flag. If you also want to stop emails, use [Unsubscribe from emails](/knowledge-v2/customers/common-tasks/turn-off-emails) on the same actions menu.
</Note>

## Steps

<Steps>
  <Step title="Open the profile">
    Search for the customer and open their profile.
  </Step>

  <Step title="Open the actions menu">
    Click the **…** menu next to **Enrol in campaign** at the top right of the profile.

    <Frame caption="Profile actions menu">
      <img src="https://mintcdn.com/mentionme/7ucJFhHUZIK8S7SD/images/knowledge-v2/customers/block/actions-menu.png?fit=max&auto=format&n=7ucJFhHUZIK8S7SD&q=85&s=d8cd7fa186e19a6e39d6acf723f13b33" alt="Actions menu showing Block customer, Remove suspicion, Unsubscribe from emails, Purge data" width="928" height="668" data-path="images/knowledge-v2/customers/block/actions-menu.png" />
    </Frame>
  </Step>

  <Step title="Choose Block customer">
    Confirm the action.

    <Frame caption="Confirm block">
      <img src="https://mintcdn.com/mentionme/7ucJFhHUZIK8S7SD/images/knowledge-v2/customers/block/confirm.png?fit=max&auto=format&n=7ucJFhHUZIK8S7SD&q=85&s=9df80ae22b6dd76e345474ca246c64a0" alt="Confirmation dialog asking 'Block this customer?' with Cancel and Block buttons" width="1192" height="520" data-path="images/knowledge-v2/customers/block/confirm.png" />
    </Frame>
  </Step>
</Steps>

## Unblock

Open the same profile, open the **…** menu, and choose **Unblock customer**. The status pill clears and the customer can be re-enrolled as normal.

## See Also

<CardGroup cols={2}>
  <Card title="Remove gaming suspicion" icon="shield-check" href="/knowledge-v2/customers/common-tasks/remove-gaming-suspicion">
    Clear the soft flag without going as far as blocking.
  </Card>

  <Card title="Delete customer data" icon="trash" href="/knowledge-v2/customers/common-tasks/delete-customer-data">
    A destructive GDPR delete.
  </Card>
</CardGroup>
