Skip to content

Revoke workspace deletion request feature #7372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 3 additions & 1 deletion src/guides/usage-and-billing/account-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Once the account is deleted you will not have access to workspaces associated wi

## How do I delete my workspace entirely?

To delete your workspace, go to your [Workspace Settings](https://app.segment.com/goto-my-workspace/settings/basic){:target="_blank"}, click the **General** tab, then click **Delete Workspace**.
To delete your workspace, go to your [Workspace Settings](https://app.segment.com/goto-my-workspace/settings/basic){:target="_blank"}, click the **General Settings** tab, then click **Delete Workspace**. Segment will irrevocably delete your workspace 5 days after you initiate your deletion request.

If you want to revoke the workspace deletion request during the 5 days after you initiated your request, open the [Workspace Settings](https://app.segment.com/goto-my-workspace/settings/basic){:target="_blank"} page, select the **General Settings** tab and click **Revoke Workspace Deletion**.

You should also change your write keys for each source and remove all Segment snippets from your codebase.

Expand Down
6 changes: 5 additions & 1 deletion src/privacy/account-deletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ Workspace admins can delete all of the data associated with a workspace, includi

**To delete all data from one workspace:**

1. Sign in to the Segment app, select the workspace you'd like to delete, and click **Settings.**
1. Sign in to the Segment app, select the workspace you'd like to delete, and click **Settings**.
2. On the General Settings page, click the **Delete Workspace** button.
3. Follow the prompts on the pop-up to delete your workspace.

Segment will irrevocably delete your workspace 5 days after you initiate your deletion request.

If you want to revoke the workspace deletion request during the 5 days after you initiated your request, open the [Workspace Settings](https://app.segment.com/goto-my-workspace/settings/basic){:target="_blank"} page, select the **General Settings** tab and click **Revoke Workspace Deletion**.

**To delete data from all workspaces in which you have workspace admin permissions:**

1. Sign in to the Segment app.
Expand Down