# File lib/fog/dns/models/dnsmadeeasy/record.rb, line 32
        def destroy
          connection.delete_record(zone.domain, identity)
          true
        end