Message Type ContactDelete

Special Features

  • Several deleted DENIC handles (deleted contacts) can be grouped together in a “contactDelete” response.

  • A maximum of 100 DENIC handles can be listed in a “contactdelete” response.

K/V Keyword XML Namespace and Element Occurrence min - max Type / Length Value Range Description
RESULT result 1 enumeration result-erule Result of processing
success = order was carried out
failed = order was not carried out
exception = system malfunction, request was not carried out
STID stid 1 token
30-255
stid-rule A server transaction ID (StId) assigned by the server. The StId is used to globally and unambiguously reference the provider's request and the corresponding response from DENIC.
msgcnt msgcnt 1 token
1 - 7
digit-rule Without “MsgType”, the total number of messages is displayed; with “MsgType”, the number of messages for the specific type is displayed.

For K/V format only: if this field contains the value 0, there are no messages in the entire message queue.

For XML, msgcnt is only displayed if there is at least one message in the queue.
msgtime msgtime 1 dateTime
25
date-rule The time of message creation
MsgId msgid 1 token
30-255
msgid-rule The message ID of the message
MsgType - 1 enumeration msgtype-erule The category of the message issued
handle <msg:handle>
[Handle-ID]
</msg:handle>
1-100 token
9 - 32
message-rule
  • A handle ID is specified in each line (K/V) or each element (XML).
  • A maximum of 100 handle IDs can be in a response.

 

Examples

Copy

format: xml
request: contactDelete

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:queue-read msgType="contactDelete"/>
</registry-request>

 

Copy

format: xml
response:
contactDelete

<?xml version="1.0" encoding="UTF-8"?>
  
<registry-response xmlns="http://registry.denic.de/global/5.0"
    xmlns:tr="http://registry.denic.de/transaction/5.0">
    <tr:transaction>
        <tr:stid>299bd07d-9f0e-11df-a9e2-9519b5688882</tr:stid>
        <tr:result>success</tr:result>
        <tr:data>
            <msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="69c4319e-ae47-11de-a803-4d1a189b7ec6" msgcnt="9" msgtime="2010-07-01T07:01:00+02:00">
                <msg:contactDelete>
                    <msg:handles>
                        <msg:handle>DENIC-1000021-ABC</msg:handle>
                        <msg:handle>DENIC-1000021-SONNE</msg:handle>
                    </msg:handles>
                </msg:contactDelete>
            </msg:message>
        </tr:data>
    </tr:transaction>
</registry-response>

Copy

format: xml
request: contactDelete

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:delete msgid="02699380-9c7a-11de-8188-9ff72af94906" msgType="contactDelete"/>
</registry-request>

 

Copy

format: xml
general response to all QUEUE-DELETE requests

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>078db1bf-9f0a-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: contactDelete

Version: 5.0
Action: queue-read
Msgtype: contactdelete

 

Copy

format: k/v
response:
contactDelete

Result: success
STID: 253526e9-9f04-11df-a9e2-9519b5688882
Msgcnt: 2
Msgtime: 2010-07-11T10:09:24+01:00
Msgid: 02699380-9c7a-11de-8188-9ff72af94906
Msgtype: contactdelete
Handle: DENIC-1000021-ABC
Handle: DENIC-1000021-SONNE

Copy

format: k/v
request: contactDelete

Version: 5.0
Action: queue-delete
Msgid: b988dae0-ae64-11de-b15c-f1279ab97beb
Msgtype: contactDelete
CTID: bre-34634621634

 

Copy

format: k/v
general response to all QUEUE-DELETE requests

Result: success
STID: 0b97f9b7-9f0b-11df-a9e2-9519b5688882
CTID: bre-34634621634