# How to Delete Your Account?

Deleting your Onside Store account is permanent. Read the details below before you continue.

### Before you delete your account

* **Permanent action:** You cannot undo account deletion.
* **Loss of data:** You lose access to your Onside profile, Onside purchase history, your download history in Onside, and any account-level settings.
* **Installed apps:** Apps you already installed remain on your device. However, you may lose access to Onside-specific features (such as updates) if they require an active Onside account.
* **Subscriptions:** If you have active subscriptions managed through Onside, cancel or manage them **before** you delete your account to avoid unintended charges. Deleting your Onside account may not automatically cancel third-party subscriptions.

### Delete your account

1. **Open the Onside Store app**
2. **Open your profile**
   * Tap your profile icon (top corner of the main screen).
3. Open **Settings**
4. **Delete account**
   * In **Settings**, scroll down.
   * Tap **Delete account**.
5. **Confirm deletion**
   * Follow the on-screen prompts to finish.

After deletion, you can’t sign in with the same account. If you want to use Onside again, you must create a new account.

***

If you have trouble deleting your account, or you have questions before you continue, contact support at <support@onside.io>.


---

# 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://docs.onside.io/store/authorization-and-safety/how-to-delete-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.
