Usage: $0 plugin remove [options] Usage: $0 plugin rm [options] Description: Remove a plugin from your application. is the value of the "id" attribute in the plugin manifest. is also the directory name under /plugins/. Multiple plugins can be removed by specifying multiple 's. Options: --save removes the plugin information from config.xml if it was added using --save Examples: $ $0 plugin remove cordova-plugin-geolocation $ $0 plugin remove cordova-plugin-geolocation --save $ $0 plugin remove cordova-plugin-geolocation cordova-plugin-device