The Rustup documentation shows how to install Rust nightly, but not how to remove it.
While the docs do show how to uninstall rustup entirely, I\'d like to
rustup
The command you're looking for is:
rustup toolchain remove nightly
remove and uninstall both work for this.
remove
uninstall
For more details see:
rustup help toolchain