diff --git a/public/docs-static/img/how-to-guides/account-settings-danger-zone.png b/public/docs-static/img/how-to-guides/account-settings-danger-zone.png new file mode 100644 index 00000000..c8d3f316 Binary files /dev/null and b/public/docs-static/img/how-to-guides/account-settings-danger-zone.png differ diff --git a/public/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png b/public/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png new file mode 100644 index 00000000..e4ef926e Binary files /dev/null and b/public/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png differ diff --git a/public/docs-static/img/how-to-guides/account-settings.png b/public/docs-static/img/how-to-guides/account-settings.png new file mode 100644 index 00000000..976050d9 Binary files /dev/null and b/public/docs-static/img/how-to-guides/account-settings.png differ diff --git a/src/components/NavigationDocs.jsx b/src/components/NavigationDocs.jsx index 808ea234..234babad 100644 --- a/src/components/NavigationDocs.jsx +++ b/src/components/NavigationDocs.jsx @@ -57,6 +57,7 @@ export const docsNavigation = [ { title: 'Access NetBird API', href: '/how-to/access-netbird-public-api' }, { title: 'Examples', href: '/how-to/examples' }, { title: 'CLI', href: '/how-to/cli' }, + { title: 'Delete your NetBird account', href: '/how-to/delete-account' }, ], }, diff --git a/src/pages/how-to/delete-account.mdx b/src/pages/how-to/delete-account.mdx new file mode 100644 index 00000000..be693629 --- /dev/null +++ b/src/pages/how-to/delete-account.mdx @@ -0,0 +1,36 @@ +import {Note} from "@/components/mdx"; + +# Delete your NetBird account +To delete your NetBird organization account, you must be a user with the [owner role](/how-to/add-users-to-your-network#manage-user-roles). You can ask the owner to delete the organization account if you are not the account owner. +## Delete your account + + Before proceeding to delete your Netbird account, please be aware that this action is irreversible. Once your account is deleted, you will permanently lose access to all associated data, including your peers, users, groups, policies, and routes. + + + Go to your account Settings tab. +

+ high-level-dia +

+Click on the Danger Zone menu. +

+ high-level-dia +

+Review the message and click on the Delete Account button. +

+ high-level-dia +

+To confirm, click on the Delete button. + +After you delete your account, your session will end, and you will be redirected to the login page. + + If you log in again, a new account will be created. + +## Get started +

+ +

+ +- Make sure to [star us on GitHub](https://github.com/netbirdio/netbird) +- Follow us [on Twitter](https://twitter.com/netbird) +- Join our [Slack Channel](https://join.slack.com/t/netbirdio/shared_invite/zt-vrahf41g-ik1v7fV8du6t0RwxSrJ96A) +- NetBird [latest release](https://github.com/netbirdio/netbird/releases) on GitHub \ No newline at end of file