Skip to content

Delete Content

connectwisdomservice_delete_content R Documentation

Deletes the content

Description

Deletes the content.

Usage

connectwisdomservice_delete_content(contentId, knowledgeBaseId)

Arguments

contentId

[required] The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

knowledgeBaseId

[required] The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Wisdom Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.

Value

An empty list.

Request syntax

svc$delete_content(
  contentId = "string",
  knowledgeBaseId = "string"
)