This function removes an integration link from the cPanel interface.
app required | string The name of the integration link to remove. Example: app=WHMCS_billing |
user required | string <username> The cPanel account name. Example: user=username |
data | any |
object |
whmapi1 --output=jsonpretty \ remove_integration_link \ user='username' \ app='WHMCS_billing'
{- "data": null,
- "metadata": {
- "command": "remove_integration_link",
- "reason": "Ok",
- "result": 1,
- "version": 1
}
}