Delete Extensions from the Oracle Analytics Development Environment

You can use the bideleteplugin script to delete any extension from your Oracle Analytics development environment.

The build and package process includes all of the visualizations contained in your development directory. To exclude any unwanted visualizations from the build, you can delete them before you perform the build and package process.

Use the information in this table to help you delete an extension:

Action Command
Delete an extension
cd $PLUGIN_DEV_DIR
bideleteplugin viz -id <id_of_extension>
Delete an unclassified extension
cd $PLUGIN_DEV_DIR
bideleteplugin unclassified -id <id_of_extension>
Delete a skin extension
cd $PLUGIN_DEV_DIR
bideleteplugin skin -id <id_of_extension>