hosting_uninstallWordPressThemesV1
Queue the uninstallation of specified themes from a WordPress installation by providing the installation identifier and theme slugs.
Instructions
Uninstall one or more themes 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 |
|---|---|---|---|
| themes | Yes | Slugs of the installed themes to uninstall. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |