> For the complete documentation index, see [llms.txt](https://docs.memusic.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.memusic.io/stations/stations-mobile/user-data-deletion-instructions.md).

# User Data Deletion Instructions

#### Instructions for Deleting Your Account on Station’s Mobile App:&#x20;

If you no longer wish to use our services, you can delete your account directly through the app by following these simple steps:&#x20;

1. Open the App Launch the app on your mobile device and log in if you haven’t already.
2. Go to User Profile Tap on the User Profile icon located in the bottom-right corner.&#x20;
3. Go to Settings Once on the User Profile Screen, Tap on the three dot icon located in the top-right corner to open Settings
4. Find the Account Deletion Option Scroll down to the section labeled Account Privacy.
5. Initiate the Deletion Process Tap on Account Privacy. Read the message and if you want to proceed, click “Request to delete the account” button on the bottom of the screen.
6. Confirm Deletion On the next screen, please select one of the options to give us a reason for your deletion.You can also provide an optional feedback. If you’re sure, tap “Delete My Account". This action is irreversible, and all your data will be permanently removed.
7. Receive Confirmation Once the process is complete, you’ll receive a confirmation message to verify that your account has been deleted and you will be logged out.

If you’d like assistance, let us know! We’re here to help.


---

# 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://docs.memusic.io/stations/stations-mobile/user-data-deletion-instructions.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.
