cordova plugin remove 'nameOfPlugin'
// First, you should list your plugins:
cordova plugin list
// With this result, you can simply do:
cordova plugin remove <PLUGIN_NAME>
// For example:
cordova plugin remove org.apache.cordova.media
Hope it helps.