Skip to content

Delete Knowledge Base

connectwisdomservice_delete_knowledge_base R Documentation

Deletes the knowledge base

Description

Deletes the knowledge base.

When you use this API to delete an external knowledge base such as Salesforce or ServiceNow, you must also delete the Amazon AppIntegrations DataIntegration. This is because you can't reuse the DataIntegration after it's been associated with an external knowledge base. However, you can delete and recreate it. See DeleteDataIntegration and CreateDataIntegration in the Amazon AppIntegrations API Reference.

Usage

connectwisdomservice_delete_knowledge_base(knowledgeBaseId)

Arguments

knowledgeBaseId

[required] The knowledge base to delete content from. Can be either the ID or the ARN. URLs cannot contain the ARN.

Value

An empty list.

Request syntax

svc$delete_knowledge_base(
  knowledgeBaseId = "string"
)