hosting_uninstallWordPressPluginsV1
Uninstall plugins from a WordPress installation by providing plugin slugs. The operation is queued and handled 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 |