mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 09:11:26 +02:00
Add delete account documentation
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 148 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
public/docs-static/img/how-to-guides/account-settings.png
Normal file
BIN
public/docs-static/img/how-to-guides/account-settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
@@ -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' },
|
||||
|
||||
],
|
||||
},
|
||||
|
||||
32
src/pages/how-to/delete-account.mdx
Normal file
32
src/pages/how-to/delete-account.mdx
Normal 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
|
||||
Reference in New Issue
Block a user