Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions pages/docs/orgs-and-projects/managing-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,21 @@ A warning indicates this reset deactivates the project and all its data and proj
Only project owners and organization owners may delete projects. Learn more about [Roles and Permissions](/docs/orgs-and-projects/roles-and-permissions).
</Callout>

<Callout type="warning">
Data will be retained for **60–90 days** before being permanently deleted and unrecoverable. The project will be immediately inaccessible via the Mixpanel interface and API.
</Callout>

To delete a project:

1. In Organization Settings, click **Projects**.
1. In **Organization Settings**, click **Projects**.
2. Select the project you want to delete.
3. Above the Project Details section, click **Delete Project**. A delete box appears and indicates you won’t be able to access the project in the Mixpanel interface or API. Mixpanel will store a backup of the deleted project and will delete the data based on the data retention policy.
4. Click **Delete Project** to remove the project.
3. Above the **Project Details** section, click **Delete Project**.
4. Review the warning, then click **Delete Project** to confirm.

![manageprojects 5 Image](/manageprojects5.png)

Learn more about our [data retention policy](/docs/privacy/gdpr-compliance#data-retention-policy).

## Find Your Project Tokens

Each Mixpanel account can contain multiple projects. Each project has its own unique routing number, which we call a project token. Whenever you want to send data to a specific project, you'll need to specify the project token so we know where to put the data.
Expand Down