> For the complete documentation index, see [llms.txt](https://help.digits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.digits.com/my-firm-account/cancel-digits.md).

# How to Cancel Your Firm Account

Learn how firm-level cancellation works in Digits, including how to remove clients, what happens to Firm Free Books, and how to request full account closure from Support.

***

{% hint style="warning" %}
**Important:** These instructions are **for accounting firms ONLY**\
If you are a **business owner,** please follow the business-side guide instead: **→** [***How to Cancel Your Digits Business Account***](/my-business-account/cancel-digits.md)\
Firm and business cancellations work differently, so be sure you're using the correct article.
{% endhint %}

If your firm no longer needs Digits, there are two types of cancellation to understand:

1. **Canceling a client’s Digits account** (by removing the client)
2. **Canceling your entire firm’s Digits account** (requires contacting Digits Support)

Below is how each works.

***

### Canceling a Client’s Digits Account

{% hint style="info" icon="user-gear" %}
**A Note on Team Members vs. Clients**

Removing a client removes the whole account from your firm. It's different from removing a team member (a person at the client's company). Your firm can't remove a client's active team members — only someone at the client's company can.&#x20;
{% endhint %}

{% hint style="warning" icon="lightbulb-exclamation-on" %}
Remove becomes available once a client has completed setup. If a client is still Awaiting Client (invitation not accepted, or payment not completed) or otherwise Pending, the Remove option won't appear — contact [Digits Support ](mailto:help@digits.com)to cancel a pending client.
{% endhint %}

1. Go to your **Firm Dashboard**
2. In the left navigation menu, select **Firm Settings**
3. Open the **Clients** tab
4. Find the client you want to remove
5. Click the menu next to the client’s name
6. Select **Remove**

![](https://2262747708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvSRL2TlhlioIo7LGLhmQ%2Fuploads%2Fu7BMk1dOR30robhtRzz4%2Fimage.png?alt=media\&token=3b372f35-4f43-4089-8971-921e01391c08)

7. Confirm in the window that appears.

{% hint style="warning" icon="lightbulb-exclamation-on" %}
When you remove a client, they're disaffiliated from your firm. Their business, data, and workspace remain in Digits, but your firm immediately loses access to their account.

The client is moved to the **Core for Business** self-serve plan. They won't be charged unless they choose to continue by adding their own billing information.

The next time they sign in, they'll be prompted to activate their subscription by entering their billing address and payment method.

<img src="https://2262747708-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvSRL2TlhlioIo7LGLhmQ%2Fuploads%2FffNi0gRAwTLtCbU8FqiW%2FCursor_and_Stark_Coffee_Roaster%E2%80%A6___Settings.png?alt=media&amp;token=a2a063ed-dda6-4d19-9837-4362c8f09c9e" alt="" data-size="original">
{% endhint %}

***

### Canceling Your Entire Firm Account

{% hint style="success" icon="lightbulb" %}
Digits offers **Firm Free Books** at no cost, so there isn't a **Cancel Firm Account** button in the product.
{% endhint %}

Before you can close your firm account, remove or disaffiliate every client workspace associated with your firm, including your firm's own **Firm Books** workspace, if you have one.

Before removing any workspaces, export any data you want to keep.

Once no client workspaces remain, **email us at** [help@digits.com](mailto:)

Please include:

* Your firm name
* Your email associated with the account
* Confirmation that you want the entire firm removed from Digits

Our team will confirm the request and complete the closure for you.

***

{% columns %}
{% column width="66.66666666666666%" valign="middle" %}
Got a question or feedback? Our team is all ears—come say hello!
{% endcolumn %}

{% column width="33.33333333333334%" valign="middle" %}

<p align="center"><a href="https://portal.usepylon.com/digits/forms/get-in-touch-with-digits-support" class="button primary" data-icon="envelope-open-text">Contact Digits Support</a></p>
{% endcolumn %}
{% endcolumns %}

***


---

# 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://help.digits.com/my-firm-account/cancel-digits.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.
