How can I unbind and remap C-w in Bash?

I'd like to map Ctrl-w to kill-region in Bash 4.2. This key is bound to unix-word-rubout (delete word backward) by default. According to the manual, remapping should be possible with the bind command