Deleting a Community Application

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

    1. On the Community Applications list page, select the community application that you want to work with. If you need help finding the list page or the community application, see Listing a Community Application.
    2. From the Actions menu (three dots) for the community applications that you want to delete, select Delete.
    3. In the Delete dialog box, select Delete.
    4. When prompted, confirm the deletion.
  • 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.