Removing an object from params hash

I have an object that I would like to remove from params hash thinking
that may solve a problem (it might not).

params[:placement][:clwholename]

how can I just remove it from the params hash?

Craig

Check this out:

http://www.ruby-doc.org/core/classes/Hash.html#M000680