Contactprofile:remove

Remove a contact profile

You can remove an existing contact profile by using the API request below. Please note that the default profiles may not be deleted.

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

<contactprofile:remove> (Occurrences: 1)

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