24 lines
869 B
Markdown
24 lines
869 B
Markdown
# Uninstall / wipe
|
||
|
||
## Wipe TabBot data only
|
||
|
||
Studio → Settings → wipe vault, **or** browser settings → delete site data for this origin. That removes IndexedDB `tabbot-vault`, KV, sessionStorage, and local wrapping keys.
|
||
|
||
This does **not** delete:
|
||
|
||
- Discord applications (Developer Portal)
|
||
- Guild invites already accepted
|
||
- BridgeSwarm
|
||
|
||
## Remove BridgeSwarm
|
||
|
||
Follow BridgeSwarm’s own uninstall. Typical: remove the extension, remove the native host binary, delete `~/.bridgeswarm/` or `%LOCALAPPDATA%\bridgeswarm\`.
|
||
|
||
## Remove the Discord bot from guilds
|
||
|
||
Kick the bot in each guild, then delete or regenerate the application in the Portal if you are done. TabBot cannot do that remotely.
|
||
|
||
## Self-hosted origin
|
||
|
||
If you served `apps/web/dist` (`npm start`, or another static host / `pm2 delete tabbot`), stop that process and delete the files you deployed.
|