# File lib/rhc/rest/client.rb, line 94 def delete_key(name) debug "Deleting key '#{name}'" key = find_key(name) key.destroy end