Uninstall Zilliant CLI on Windows
To uninstall Zilliant CLI on your computer, follow the instructions on the Microsoft Support website for your Windows version.
Uninstall Zilliant CLI on macOS
- In a terminal, run the
which zdx
command to verify the location of Zilliant CLI on your computer. - Run the
sudo rm -rf <install location>/zdx
command to uninstall Zilliant CLI. Replace<install location>
with the CLI location you got in Step 1. - Enter your password to confirm the action.
- Run the
which zdx
command to verify that Zilliant CLI is uninstalled.
If the command output iszdx not found
, the CLI is removed from your computer.