Description
This function uninstalls a cPanel-supported language module.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameter |
Type |
Description |
Possible values |
Example |
lang |
string |
Required The scripting language's short name. |
An available scripting language's short name. Note: The LangMods::langlistfunction returns possible values.
|
php-pear |
mod |
string |
Required The module to uninstall. |
A language module. |
Config_Lite |
quiet |
boolean |
Required Whether to return relevant output to the results parameter. |
|
1 |
Returns
Return |
Type |
Description |
Possible values |
Example |
status |
boolean |
Whether the module updated. |
|
1 |
result |
string |
Any relevant update information.
|
A string value. |
|
reason |
string |
A reason for failure. Note: This function only returns a reason value if there was an error. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |