Activate or deactivate WordPress plugins on given siteAsk AIpatch https://api.rocket.net/v1/sites/{id}/pluginsEndpoint that can be used to either activate or deactivate already installed plugin on given site.Path ParamsidintegerrequiredID of the Site you are interacting withBody ParamsPlugin to be activated or deactivatedpluginstringrequiredPlugin name/slugstatusstringenumrequiredActivate or Deactivate a PluginactivatedeactivateAllowed:activatedeactivateResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago