The command in recent versions of snapper is (I don't remember when it was introduced, but the version in e.g., openSUSE 13.2 supports this):
snapper delete number1-number2
So to delete all snapshots (assuming you have no more than 100000 of them) you'd do:
snapper delete 1-100000
Obviously this only deletes snapshots on the default root config, so for a different config it would be:
snapper -c configname delete number1-number2