Deleting a Knowledge Base

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

    1. On the Knowledge bases list page, find the knowledge base that you want to work with. If you need help finding the list page, see Listing Knowledge Bases.
    2. From the Actions menu (three dots) select Delete.
    3. Select Delete to confirm the action.
      Deleted knowledge base can't be recovered.
  • 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.