# File lib/fog/zerigo/models/dns/record.rb, line 30
        def destroy
          requires :identity
          connection.delete_host(identity)
          true
        end