unsetupreseller function from within your custom script:
/xml-api/unsetupreseller function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/xml-api/unsetupreseller
unsetupreseller function from within your custom script:
/json-api/unsetupreseller function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/json-api/unsetupreseller
unsetupreseller function takes the following required variable as input: unsetupreseller function. 1 — yes.
0 — no.
https://example.com:2087/xml-api/unsetupreseller?user=bob in WebHost Manager will produce output similar to:
<unsetupreseller>
<result>
<status>1</status>
<statusmsg/>
</result>
</unsetupreseller>
https://example.com:2087/json-api/unsetupreseller?user=bob in WebHost Manager will produce output similar to:
{
"result":[
{
"status":1,
"statusmsg":null
}
]
}
Copyright © cPanel 2000-2009.