You need to clear the content of file '.bash_history' to clear the bash history. You can try one of the following approaches:
1.Run the following command on the terminal:
cat /dev/null > ~/.bash_history
2. Open '.bash_history' and manually delete everything from the file.
vi ~/.bash_history
and delete the content.