Deleting a Community Application

Use Marketplace to delete a community application using the Console, CLI, and API.

    1. Open the navigation menu and click Marketplace. Under Marketplace, click Community Applications.
    2. Under List Scope, in the Compartment list, click the name of the compartment that contains the community application that you want to delete.
    3. Select the community application that you want to delete and click Delete.
    4. In the Delete dialog box, click Delete.
  • Open a command prompt and run oci marketplace publication delete to delete a community application:

    oci marketplace publication delete --publication-id <target_publication_id>

    For example:

    
    oci marketplace publication delete --publication-id ocid1.marketplacecommunitylisting.oc1..examplea3o7jtytz3lsfauxeq6sp5ye3ex624rgsw2ol4cvbpy2qtm57dgja

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Run the DeletePublication operation to delete a community application.