hosting_deactivateWordPressPluginV1
Deactivates a WordPress plugin on a specified installation. Provide the installation ID, plugin slug, and username to queue the deactivation job.
Instructions
Deactivate an installed plugin on 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 deactivation job has been queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin | Yes | Slug of the installed plugin to deactivate. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |