# Deleting your account

***

#### **How do I transfer my team to another person?**

To transfer a team, first make another member an **Admin**, then leave the team as the current admin.

1. First, invite the person who will take over and grant them admin access.
2. If the current admin is paying with a personal card, to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Billing`</mark> and have the new admin update the payment method.
3. Once that's done, go to  <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Team`</mark> and select <mark style="color:$primary;">`Leave Team`</mark>. The new admin will automatically become the team owner.

#### **How do I delete my team?**

Go to to <mark style="color:$primary;">`Settings`</mark> > <mark style="color:$primary;">`Team`</mark> > <mark style="color:$primary;">`Delete Data`</mark> > <mark style="color:$primary;">`Delete Team`</mark>. This will permanently remove the team and all associated data, and any members of the team will lose access.

<figure><img src="/files/yAG0sBUiTZOKTwSq6oMh" alt=""><figcaption></figcaption></figure>

#### **How do I delete my account?**

Click your profile icon in the top right corner to go to <mark style="color:$primary;">`Account Settings`</mark>, and select <mark style="color:$primary;">`Delete Account`</mark>. This will permanently delete your BoxHero account. This action cannot be undone, so please make sure to export any data you need before proceeding.

{% columns %}
{% column %}

<figure><img src="/files/LN0MZ1KhT1fq7LFaoQYo" alt=""><figcaption><p>Account Settings</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/rDrurNI3AzZQPLcPHcja" alt=""><figcaption><p>Delete Account</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
If you're the only admin on a paid team, cancel the subscription first or transfer ownership to another member.
{% endhint %}

#### **What happens to my data if my team or account is deleted?**

All data is permanently deleted and cannot be recovered. This includes items, transaction history, team settings, and any other information associated with the team or account. We strongly recommend exporting your data before deleting anything.

#### **Can I export my data?**

Yes. You can use the <mark style="color:$primary;">`Export to Excel`</mark> feature to download your item list, transaction history, and other inventory data at any time. We recommend exporting periodically so you always have a backup of your records.


---

# Agent Instructions: 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:

```
GET https://www.boxhero.io/docs/faq/account-management/deleting-your-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
