Last modified November 7, 2024

uninstallPlugin

This function allows you to uninstall the Plugin given it’s Plugin ID.
Parameter name Type Description Possible values Example
_id String REQUIRED The Plugin ID.   _id=608b1c5f160247613b11dc02

Example Call JETAPI

jetbackup5api -F uninstallPlugin -D "_id={$PLUGIN_ID}"
success: 1 message: Plugin uninstalled successfully system: version: 5.3.3 version_panel: 5.3.3 tier: EDGE type: cPanel retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=uninstallPlugin&_id={$PLUGIN_ID}