hosting_uninstallWordPressPluginsV1
Uninstall specified plugins from a WordPress installation. Provide plugin slugs and software ID; the operation queues the uninstall job asynchronously.
Instructions
Uninstall one or more plugins from a WordPress installation.
Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
This operation is asynchronous: a successful response only means the uninstall job has been queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugins | Yes | Slugs of the installed plugins to uninstall. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |