Deleting a Knowledge Base

Delete a knowledge base using the Console, CLI, or API.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Knowledge Bases.
    2. On the Knowledge bases page, from the list of compartments on the left side, select a compartment.
    3. From the list of knowledge bases, click the knowledge base that you want to delete.
    4. On the Knowledge base details page, click Delete.
    5. In the Delete knowledge base dialog box, enter the name of the knowledge base and click Delete.
  • Use the oci adm knowledge-base delete command and required parameters to delete the specified knowledge base:

    oci adm knowledge-base delete --knowledge-base-id knowledge_base_id [OPTIONS]

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

  • Use the DeleteKnowledgeBase operation to delete the specified knowledge base.