# File lib/fog/rackspace/models/compute_v2/key_pair.rb, line 46
        def destroy
            requires :identity
            service.delete_keypair(identity)
            true
        end