Add delete account documentation

This commit is contained in:
Maycon Santos
2024-01-03 22:04:34 +01:00
parent aee8cbd1ce
commit f642d2ba51
5 changed files with 33 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

View File

@@ -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' },
],
},

View File

@@ -0,0 +1,32 @@
import {Note} from "@/components/mdx";
# Delete your NetBird account
To delete your NetBird account, you must be a user with the Owner role. You can ask the owner to delete your account if you are not the account owner.
## Delete your account
Go to your account Settings tab.
<p>
<img src="/docs-static/img/how-to-guides/account-settings.png" alt="high-level-dia" className="imagewrapper"/>
</p>
Click on the Danger Zone menu.
<p>
<img src="/docs-static/img/how-to-guides/account-settings-danger-zone.png" alt="high-level-dia" className="imagewrapper"/>
</p>
Review the message and click on the Delete Account button.
<p>
<img src="/docs-static/img/how-to-guides/account-settings-delete-account-confirm.png" alt="high-level-dia" className="imagewrapper"/>
</p>
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.
<Note>
If you log in again, a new account will be created.
</Note>
## Get started
<p float="center" >
<Button name="button" className="button-5" onClick={() => window.open("https://netbird.io/pricing")}>Use NetBird</Button>
</p>
- 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