Skip to content

Suspend Reseller

Supported Versions Last Updated
1.25.34 & higher 2021/11/25
Action reseller-suspend
Method GET, POST
Description The function suspends a reseller, all clients of the reseller and their virtual servers
Variables

username [username of the reseller]

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

 

 

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Reseller has been suspended</statusmsg>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {"status":"success","statusmsg":"Reseller has been suspended"}

Error:

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

Back to top