Folder:remove

Remove an existing folder

Domain folders are virtual folders associated with your domain names that help you categorize and organize your domains. Using folders, you can stay organized and make certain changes to many domains at once.

You can remove an existing folder by using the API request below. When you remove a folder, all included subfolders will also be removed. When a folder is deleted, the domains contained in this folder are moved to the root level, they are not being deleted.

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

<folder:remove> (Occurrences: 1)

R #FOLDER ID# The identifier of the folder 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