Ip:remove

Remove an IP address from the list of allowed IP addresses

To remove an IP address from the list of allowed IP addresses, send the following request to our API server. You can also manually add and/or remove IP addresses through the Web Interface. Please note that the API server will only accept requests originated from servers that have an IP address present in the list of allowed IP addresses.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:ip="http://www.eurodns.com/ip">
        <ip:remove>
            <ip:address>#IP ADDRESS#</ip:address>
        </ip:remove>
    </request>

<ip:add> (Occurrences: 1)

<ip:address> (Occurrences: 1)

R #IP ADDRESS# IPv4 address to remove
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns="http://www.eurodns.com/">
        <result code="1000">
            <msg>Command completed successfully</msg>
        </result>
    </response>

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer