in reply to Re: deleting multiple hash keys
in thread deleting multiple hash keys

And with reference to delete, quoth the docs (emphasis added):
delete EXPR

Given an expression that specifies a hash element, array element, hash slice, or array slice, deletes the specified element(s) from the hash or array.