> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/account-management/how-to-delete-my-proxidize-account.md).

# How to Delete My Proxidize Account

This article explains how to request the deletion of your Proxidize account, the ownership verification requirements, exceptions for company accounts, and how your data is handled after deletion.

### Automatic Removal

Accounts with no purchase history that remain inactive for more than 60 days may be automatically removed to keep the system organized.

### Requesting Account Deletion

To submit a deletion request, contact the Proxidize Support Team **directly from the email address associated with the account you want deleted.** This is required to verify account ownership, requests sent from a different email address cannot be processed.

When submitting your request, please include the reason for the deletion so our team can process it efficiently.

{% hint style="warning" %}
**Account deletion is irreversible.** Once processed, you will lose access to your account and any associated configuration or data.
{% endhint %}

### Exception: Same-Domain Company Accounts

If both the requesting email and the account to be deleted share the same company domain, a representative may submit the request on behalf of another account under that domain.

**Example:** `admin@company123.com` may request deletion of `user@company123.com`

In this case, the request must include a **signed letter from an authorized company representative,** such as an account owner, manager, or any individual with signing authority within the organization, explicitly requesting the deletion. Requests without this letter will not be processed.

### What Happens to Your Data

While account access is removed upon deletion, certain information, including purchase and transaction records, may be retained where required for record-keeping, auditing, and compliance purposes.

Our data handling practices follow **ISO 27001** and **SOC Type I & II** standards, ensuring all retained information is handled securely and responsibly.

***

### <mark style="color:$primary;">Need Help?</mark>

If you have any questions, concerns, or need further clarification, feel free to reach out to us via live chat or email us directly at **<support@proxidize.com>**.


---

# 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://help.proxidize.com/account-and-billing/account-management/how-to-delete-my-proxidize-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.
