Domain Shield switched off for ${domainName}.be[Link]

From: Registry
To: Registrar
Purpose: Informs the Registrar that Domain Shield is switched off for the domain name.
Content:

There are 2 ways to disable Domain Shield: The first is manually by the Domain Shield user. In that case, the email field contains the email address of the Domain Shield user. The second is by the DNS Belgium Support team. In that case, the email field contains the email address of the support team..

##SUBJECT:Domain Shield switched off for ${domainName}.be

----BEGIN-OF-CPS----
TYPE: DOMAIN
DOMAINNAME: ${domainName}.be
EMAIL: ${DomainShieldUserEmail}
ACTION:  DOMAIN SHIELD REMOVED
RETURNCODE: 1000
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="1" id="${msgID}">
      <qDate>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</qDate>
      <msg>Domain Shield removed</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>DOMAIN SHIELD REMOVED</dnsbe:action>
        <dnsbe:domainname>${domainName}.be</dnsbe:domainname>
        <dnsbe:email>${domainShieldUserEmail}</dnsbe:email>
        <dnsbe:returncode>1000</dnsbe:returncode>
        <dnsbe:type>DOMAIN</dnsbe:type>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>