> For the complete documentation index, see [llms.txt](https://doc.sideos.io/sideos-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sideos.io/sideos-api-documentation/how-to-delete-your-data.md).

# How to delete your Data

### Delete your data from the sideos mobile app (sideos Transponder)

As mentioned in the [app description of the Google Play store](https://play.google.com/store/apps/details?id=com.sideosmobile) you can delete your data from the sideos mobile app in 2 steps:&#x20;

1. open the ***credentials*** view.&#x20;

   <figure><img src="/files/ZIuegVZq6IEkaQBRnTdb" alt="" width="105"><figcaption><p>Go to credentials</p></figcaption></figure>
2. select the credential you want to delete and ***click on the bin icon.***

<figure><img src="/files/L39MumPEmuNP1CDraWl2" alt="" width="105"><figcaption><p>delete a credential</p></figcaption></figure>

Credentials exist only on your phone and deleted credentials cannot be recovered. There is no additional retention period. Only if you subscribed a Backup\&Recovery plan, data is stored encrypted in our backup vault. Ask your sideos business account administrator to delete the data if required.&#x20;

### Deleting your admin account

You can request out support to delete you admin account including all your credential definitions, claim definitions, and company information. Account deletion cannot be recovered and all the data you created will be lost.&#x20;

To delete your account, login into the sideos administration console and click on the support button in the right bottom corner of the screen. The support team will validate your request with you and close & delete the account.&#x20;

<figure><img src="/files/RXQFyPDIGR0RY0Quo60h" alt="" width="375"><figcaption><p>Ask our support to delete your account</p></figcaption></figure>


---

# 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://doc.sideos.io/sideos-api-documentation/how-to-delete-your-data.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.
