quickstart.md
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.
Remove or Delete Clients
Remove a client
There are two ways to remove a client, depending on whether the client should retain access to their Kick workspace.
Delete client
Deleting a client permanently removes the workspace and all associated data from Kick.
- Go to the Clients tab and find the client.
- Click the options menu (⋯) on that row.
- Select Delete client.
{% hint style="danger" %} This action cannot be undone. If your firm members are the only members in the workspace, the workspace and all data are permanently deleted — including any user accounts your firm invited. Download any necessary reports or data before proceeding. {% endhint %}
Remove firm access
If the client will continue using Kick independently, remove your firm's access instead of deleting the workspace.
- Go to the Clients tab and find the client.
- Click the options menu (⋯) on that row.
- Select Remove client.
If your firm still owns billing, you'll be prompted to transfer billing ownership first.
{% hint style="warning" %} Important: This action cannot be undone. Removing a client revokes your firm's access to their workspace. {% endhint %}
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.
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.kick.co/accountants/managing-clients/add-your-first-client/quickstart.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.