You should say "... folder with my bin", not "my / bin folder". /bin- absolute path, bin- relative path.
rm -rf ~/bindeletes $HOME/bin, so not what you want.
Now, it depends on where you are: if you are in your project directory when entering a command, just type rm -rf bin.
source
share