How to delete folders

I tried to download a game, but because it had a lot of files, i tried to put them in a folder and transfer them. Well the game doesn’t work and i want to delete the folder but it won’t let me. What do i do?

If you SSH in you can run:

rm -r /storage/path_to_folder_you_want_to_delete

Make sure it’s the correct path though, so you do not delete anything else.