> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/clients/deleting-a-client.md).

# Deleting a Client

It is not possible to delete a client due to the necessary retention of client histories and records. However, it is possible to de-clutter your client database by merging the clients you wish to delete into one "client" record named “DELETED CLIENTS”.

First, set up a "client" account named DELETED CLIENTS. **You’ll only need to do this once.** We suggest filling all fields possible, so that none of the "deleted" client information is transferred over.

{% hint style="warning" %}
We also highly suggest deleting any credit cards on file before or after merging the clients into this DELETED CLIENTS account! Any cards on file will be transferred over otherwise.
{% endhint %}

## Create your DELETED CLIENTS Account

{% stepper %}
{% step %}

### Proceed to **Manage** > **Clients** > **New Client**

![Create Deleted Clients Account](/files/6321825a6f757a31d4e61d2bf83557ec5993ef03)
{% endstep %}

{% step %}

### Enter the recommended fields

![Sample fields to enter for deleted clients](/files/b7e2b89e5e35acf00289e7592836d4a613f17113)

*Remember to un-check all **Communications** boxes.*

{% hint style="info" %}
Any client's service history, retail history, future appointments *(if any)*, gift cards, notes, rewards points, formulas, and/or image/file uploads will be transferred into the DELETED CLIENTS account upon merging.
{% endhint %}
{% endstep %}

{% step %}

### Select **Create Client**

{% endstep %}
{% endstepper %}

## Merge Clients into this New Account

{% stepper %}
{% step %}

### Proceed to **Manage** > **Clients**

{% endstep %}

{% step %}

### Search for "DELETED CLIENTS"

Use the Search by Name or Phone field.
{% endstep %}

{% step %}

### Select **Merge with Another Client**

Click **Merge with Another Client** at the bottom of the profile.

![Merge with Another Client button](/files/4ab4274945c3ec200d429d63bbbee710dee83919)
{% endstep %}

{% step %}

### Search for and select the client

In the Merge Window that has popped up, search for and select the name of the client you'd like to get rid of.
{% endstep %}

{% step %}

### Merge the client

The DELETED CLIENTS account should be on the right side of the window. Click **Merge**.

![Merge clients button](/files/f7985411920896cc527bf08c2189923e87a9375a)

If for whatever reason the DELETED CLIENTS account is on the left side of the window, click **Swap** before clicking **Merge**.

![Swap button](/files/686e47e44f13e5df2ef7ccdde58a1364496064c2)
{% endstep %}

{% step %}

### Repeat as necessary

Remember, **you cannot undo a merge.** If you think that you may see this client again in the future or wish to retain their history associated with their name, you can opt to archive the client instead. For instructions on Archiving Clients,
{% endstep %}
{% endstepper %}

[Similar process found when merging general duplicate Clients](/clients/merging-duplicate-clients.md)


---

# 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://support.rosysalonsoftware.com/clients/deleting-a-client.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.
