Delete Task

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

Attributes

taskid

Example Command

$postfields["action"] = "whmcspm2deletetask";
$postfields["taskid"] = "1";

Returned Variables

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