# File lib/fog/softlayer/requests/compute/delete_key_pair.rb, line 30 def delete_key_pair(id) request(:security_ssh_key, id, :http_method => :delete) end