How to delete a client from whmcs by php script from other service? -


can give idea on how delete client whmcs php script other service? there way? in advance

php script:

$postfields["action"] = "deleteclient"; $postfields["clientid"] = "1"; 

this done using external whmcs api. more information here.


Comments