How can I replace a hash key with another key?

I have a condition that gets a hash. hash = {"_id"=>"4de7140772f8be03da000018", .....} Yet, I want to rename the key of that hash as follows. hash = {"id"=>...