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