# How To Delete A Customer

FlowBookings allows you to delete Customers that are no longer actively making bookings. It's also useful in deleting unwanted customers that you don't want on your FlowBookings account.&#x20;

{% hint style="info" %}
**Note:** Before deleting any Customer, you'll first have to make sure they don't have any active bookings. Customers with active bookings cannot be deleted.&#x20;
{% endhint %}

Follow these instructions to delete a Customer in FlowBookings:&#x20;

1. Go to the **Customers** page and click the three dots icon on the customer you want to delete.&#x20;
2. Click on the **Delete** button. This will open a prompt asking you for your confirmation. &#x20;
3. Confirm by clicking the **Delete** button and the Customer will be deleted from the platform.&#x20;

Please note that once a customer is deleted, it cannot be recovered. So, only do this when you're certain you want a customer to be deleted.&#x20;

<figure><img src="/files/SBTxByiQ8dXN6FnoKib3" alt=""><figcaption></figcaption></figure>


---

# 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://docs.flowbookings.io/knowledgebase/product-tour/customers-overview/how-to-delete-a-customer.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.
