Uninstall an osls plugin and remove it from the services plugins array.
serverless plugin uninstall --name pluginName--nameor-nThe plugins name. Required.
The name must be a bare npm package name, such as example-osls-plugin or @example/osls-plugin. Versioned package specs such as example-osls-plugin@1.2.3 are not accepted by plugin uninstall.
plugin:uninstall:uninstall
serverless plugin uninstall --name example-osls-plugin