Contact ${contactAlias} deleted[Link]

From: Registry
To: Registrar
Purpose: Informs the registrar about a contact deleted by the Registry. Contacts are deleted by the Registry if they are older than 1 year and haven’t been used in a registration, or if they haven’t been linked to an active registration for more than 10 years.
Content:
##SUBJECT:Contact ${contactAlias} deleted

----BEGIN-OF-CPS----
TYPE: DEL_CONTACT_BY_REGISTRY
CONTACT: ${contactAlias}
ACTION: CONTACT DELETED
DATE: ${deletionDate}
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="3" id="441">
      <qDate>2018-06-12T10:00:00.000Z</qDate>
      <msg>Contact is deleted by Registry for privacy reasons</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>CONTACT DELETED</dnsbe:action>
        <dnsbe:contact>${contactAlias}</dnsbe:contact>
        <dnsbe:date>${dateYYYY-MM-DDTHH:MM:SS.mmmZ}</dnsbe:date>
        <dnsbe:returncode>1000</dnsbe:returncode>
        <dnsbe:type>DEL_CONTACT_BY_REGISTRY</dnsbe:type>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>