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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -