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

# How do I delete my account?

Learn how to close your Podigee account, what to do first, and how to request a copy of your data.

You cannot delete your account in Podigee yourself. Contact Podigee Support from the email address of the account and ask for the deletion.

{% tabs %}
{% tab title="Classic view" %}

### Before you contact Podigee Support

1. Cancel a paid subscription first. Open the user menu and select **My account**. Open the **Plan** tab and select **Cancel Subscription** in the **Danger Zone**. The cancellation takes effect at the end of the current billing term.
2. If you use a free plan, a trial, or an editor account, you do not need to cancel anything.
3. Before the account closes, move a podcast that must stay online to another host and set up a redirect. After the cancellation, Podigee unpublishes your podcasts and removes them from the platforms unless a redirect exists.

![Plan tab of My account in the classic view for a free Launch account with the Choose a Plan button and no Danger Zone](https://3783285060-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD93i0iLsYAqHLne1NyxS%2Fuploads%2Fgit-blob-2506cd14776bf46342f13b1f7a1371f94a1478b4%2Fdoc-help-019-classic-plan-tab.png?alt=media)

A free account shows no Danger Zone on the Plan tab, so there is nothing to cancel.

### Request a copy of your data

Podigee has no self-service data export for your account. Ask Podigee Support for a copy of your data in the same request.

### Expected result

Podigee Support handles the deletion request.

For the details, see the Documentation page "Pause, cancel, or resume your subscription".
{% endtab %}

{% tab title="Podigee workspace" %}
The Podigee workspace does not include subscription pause, cancellation, or resume yet. Switch to the classic view to cancel a paid subscription before you contact Podigee Support.
{% endtab %}
{% endtabs %}


---

# 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.podigee.com/help-center/podigee-hosting/how-do-i-delete-my-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.
