Subuser:remove
Remove a subuser from your API account
Send the request below to our API server to remove an existing API subuser account. Please note that the subuser that has been attached to the API account at its creation cannot be removed.
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:subuser="http://www.eurodns.com/subuser">
<subuser:remove>
<subuser:id>#SUBUSER ID#</subuser:id>
</subuser:remove>
</request>
<subuser:remove> (Occurrences: 1)
R | #SUBUSER ID# | The identifier of the subuser to be removed |
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:subuser="http://www.eurodns.com/subuser">
<subuser:remove>
<subuser:id>#SUBUSER ID#</subuser:id>
</subuser:remove>
</request>
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 |