> For the complete documentation index, see [llms.txt](https://mava.gitbook.io/mava-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mava.gitbook.io/mava-docs/workspace-account-deletion.md).

# Workspace Account Deletion

### Why delete an account?

Login details such as email address or wallets can only be used for one Mava account at a time. If you've created an account for testing, or in error whilst trying to join your team's account, you'll need to delete the Mava workspace account and then join your team via an [invite link](/mava-docs/getting-started/inviting-team-members.md).&#x20;

You may also have tried Mava and decided it's not for you. If that's the case [we'd love to hear your feedback](https://cal.com/richard-draper/30min).&#x20;

### How to delete your team's Mava workspace

<mark style="color:red;">**WARNING**</mark> <mark style="color:red;"></mark><mark style="color:red;">- This will delete the account for your entire team and will permanently delete all tickets, analytics, message, integrations, AI content, user data etc. This action CANNOT be undone.</mark>&#x20;

1. Navigate to the [General Settings](https://dashboard.mava.app/dashboard/admin/general) page within Mava
2. Press the 'Delete Workspace' button
3. Confirm you wish to delete the your Mava workspace including all data, tickets, integrations etc.

### Trouble shooting:

1. If you don't see the option to delete the account on your [General Settings](https://dashboard.mava.app/dashboard/admin/general) page, that's becuase you're not the account creator/owner. You'll need to request [ownership is transferred](/mava-docs/getting-started/inviting-team-members/transferring-account-ownership.md) to you or ask the current owner to delete the account.&#x20;
2. You must delete all other team members from the account before you can delete the team's workspace. You can navigate to the team page and manually remove each team member before returning to General settings to delete the team's account.&#x20;


---

# 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://mava.gitbook.io/mava-docs/workspace-account-deletion.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.
