cPanel XMLAPI - unsetupreseller


DESCRIPTION

This function removes reseller status from an account.


VARIABLES

INPUT

user
Name of the user to remove reseller status from.

OUTPUT

unsetupreseller
Reseller setup container

result
Results container

status (boolean)
Whether or not the operation succeeded. Yes=1, No=0.

statusmsg (string)
Any message related to the result of the operation. Format statusmsg=``message''


EXAMPLES

Calling this URL in WebHost Manager: /xml-api/unsetupreseller?user=bob

will produce XML similar to:

<unsetupreseller>

<result status=``1'' statusmsg=``''/>

</unsetupreseller>

Note that this will not delete the account, only remove it's reseller status.


COPYRIGHT

Copyright 2007 cPanel Inc.