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

From: Registry
To: Registrar
Purpose: Informs the Registrar that Domain Guard is switched off for the domain name.
Content:
##SUBJECT:Domain Guard switched off for ${domainName}.be

----BEGIN-OF-CPS----
TYPE: DOMAIN
DOMAINNAME: ${domainName}.be
ACTION:  DOMAIN GUARD 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 Guard removed</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>DOMAIN GUARD REMOVED</dnsbe:action>
        <dnsbe:domainname>${domainName}.be</dnsbe:domainname>
        <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>