This function removes an Account Enhancement from a cPanel account.
account required | string The username of the account. Example: |
name required | string The name of the account enhancement. Example: |
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ unassign_account_enhancement \ account='username' \ name='enhancement 5000'
{- "metadata": {
- "command": "unassign_account_enhancement",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}