Uninstall command
supertokens uninstall [options]
Uninstalls SuperTokens
Options
--help
- Help for this command.
- Example:
supertokens uninstall --help
Manual uninstallation
1. Stop or kill all SuperTokens processes
supertokens stop
2. Delete the installation directory
You can find out the installation directory by running supertokens --help
.
3. Delete the SuperTokens script
- Linux:
/usr/bin/supertokens
- Mac:
/usr/local/bin/supertokens
- Windows:
C:\Windows\System32\supertokens.bat