delete_mw_profile

Deletes a non-Oracle Middleware Provisioning Profile from software library.

Examples of non-Oracle middleware include Apache Tomcat, JBoss, etc.

For Oracle Middleware Provisioning Profile, refer to other verbs such as delete_fmw_domain_profile or delete_fmw_home_profile.

Format

emcli delete_mw_profile 
      -location="Profile Location" 

Options

location

Complete software library path to the Profile. Use list_mw_profiles to know the complete path.

Examples

The following example deletes the profile named 'MyProfile':

 emcli delete_mw_profile 
      -location="Middleware Provisioning/Generic Profiles/MyProfile"