Skip to content

Delete Reseller

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2021/11/03
Action reseller-delete
Method GET, POST
Variables

username [username of the client]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

forcedelete [0/1] Use this with caution. If you pass value 1, the reseller will be removed along with all clients of the reseller and their virtual servers. This variable is optional, default value is 0

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Reseller deleted</statusmsg>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {"status":"success","statusmsg":"Reseller deleted"}

Error:

 {"status":"error","statusmsg":"ERROR MESSAGE"}

Back to top