RPM
Install or Uninstall Package
Uninstall WHM plugin RPM package
This function starts the uninstall process for a plugin. The uninstall process runs as a background process.
get/uninstall_rpm_plugin
Query parameters
namestring required
Example:plugin_name
The name of a plugin RPM to uninstall.
Response
HTTP Request was successful.
Example response
{
"data": {
"log_entry": "2017-01-01T19:39:27Z_plugin_name",
"pid": 1234
},
"metadata": {
"command": "uninstall_rpm_plugin",
"reason": "OK",
"result": 1,
"version": 1
}
}