Zoneprofile:delete

Delete a zone profile

You can delete an existing zone profile by using the API request below.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:zoneprofile="http://www.eurodns.com/zoneprofile">
        <zoneprofile:delete>
            <zoneprofile:id>#ZONE PROFILE ID#</zoneprofile:id>
        </zoneprofile:delete>
    </request>

<zoneprofile:delete> (Occurrences: 1)

R #ZONE PROFILE ID# The identifier of the profile to be deleted
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