# File lib/fog/compute/models/aws/key_pair.rb, line 16 def destroy requires :name connection.delete_key_pair(name) true end