> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/hi/account-management/deleting-your-account.md).

# अपना खाता हटाना

***

#### **मैं अपनी टीम को किसी और व्यक्ति को कैसे स्थानांतरित करूँ?**

टीम स्थानांतरित करने के लिए, पहले किसी अन्य सदस्य को **व्यवस्थापक**बनाएँ, फिर वर्तमान व्यवस्थापक के रूप में टीम छोड़ दें।

1. सबसे पहले, उस व्यक्ति को आमंत्रित करें जो जिम्मेदारी संभालेगा और उसे व्यवस्थापक पहुँच दें।
2. यदि वर्तमान व्यवस्थापक व्यक्तिगत कार्ड से भुगतान कर रहा है, तो <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`बिलिंग`</mark> में जाएँ और नए व्यवस्थापक से भुगतान विधि अपडेट करवाएँ।
3. यह हो जाने के बाद,  <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`टीम`</mark> और चुनें <mark style="color:$primary;">`टीम छोड़ें`</mark>पर जाएँ। नया व्यवस्थापक स्वचालित रूप से टीम का स्वामी बन जाएगा।

#### **मैं अपनी टीम को कैसे हटाऊँ?**

यहाँ जाएँ <mark style="color:$primary;">`सेटिंग्स`</mark> > <mark style="color:$primary;">`टीम`</mark> > <mark style="color:$primary;">`डेटा हटाएँ`</mark> > <mark style="color:$primary;">`टीम हटाएँ`</mark>। इससे टीम और उससे जुड़ा सारा डेटा स्थायी रूप से हट जाएगा, और टीम के किसी भी सदस्य की पहुँच समाप्त हो जाएगी।

<figure><img src="/files/161db2f301cf9b0459285466e8e4a7a1351eedb6" alt=""><figcaption></figcaption></figure>

#### **मैं अपना खाता कैसे हटाऊँ?**

ऊपर दाएँ कोने में अपने प्रोफ़ाइल आइकन पर क्लिक करें और यहाँ जाएँ <mark style="color:$primary;">`खाता सेटिंग्स`</mark>और चुनें <mark style="color:$primary;">`खाता हटाएँ`</mark>। इससे आपका BoxHero खाता स्थायी रूप से हटा दिया जाएगा। इस कार्रवाई को पूर्ववत नहीं किया जा सकता, इसलिए आगे बढ़ने से पहले कृपया आवश्यक किसी भी डेटा का निर्यात कर लें।

{% columns %}
{% column %}

<figure><img src="/files/955e566fa362f6849467714d35a117a13a7cd15c" alt=""><figcaption><p>खाता सेटिंग्स</p></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/6488da02437851232398669150a8ef697b2f7fcf" alt=""><figcaption><p>खाता हटाएँ</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}
यदि आप किसी सशुल्क टीम में एकमात्र व्यवस्थापक हैं, तो पहले सदस्यता रद्द करें या स्वामित्व किसी अन्य सदस्य को स्थानांतरित करें।
{% endhint %}

#### **यदि मेरी टीम या खाता हटा दिया जाए तो मेरे डेटा का क्या होगा?**

सारा डेटा स्थायी रूप से हटा दिया जाता है और पुनर्प्राप्त नहीं किया जा सकता। इसमें आइटम, लेन-देन इतिहास, टीम सेटिंग्स और टीम या खाते से जुड़ी अन्य कोई भी जानकारी शामिल है। हम किसी भी चीज़ को हटाने से पहले अपने डेटा का निर्यात करने की दृढ़ता से अनुशंसा करते हैं।

#### **क्या मैं अपना डेटा निर्यात कर सकता हूँ?**

हाँ। आप अपने आइटम सूची, लेन-देन इतिहास और अन्य इन्वेंटरी डेटा को किसी भी समय डाउनलोड करने के लिए <mark style="color:$primary;">`एक्सेल में निर्यात करें`</mark> सुविधा का उपयोग कर सकते हैं। हम समय-समय पर निर्यात करने की सलाह देते हैं ताकि आपके पास हमेशा अपने रिकॉर्ड का एक बैकअप रहे।


---

# 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://www.boxhero.io/docs/faq/hi/account-management/deleting-your-account.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.
