Delete Project

This command is used to delete a WHMCSPM2 Project in your WHMCS system. You just need to send the projectid.

Attributes

projectid

Example Command

$postfields["action"] = "whmcspm2deleteproject";
$postfields["projectid"] = "1";

Returned Variables

result - error / success
Was this answer helpful? 0 Users Found This Useful (0 Votes)