> For the complete documentation index, see [llms.txt](https://docs.flowbookings.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowbookings.io/knowledgebase/product-tour/customers-overview/how-to-delete-a-customer.md).

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