Skip to content

Delete Faq

kendra_delete_faq R Documentation

Removes an FAQ from an index

Description

Removes an FAQ from an index.

Usage

kendra_delete_faq(Id, IndexId)

Arguments

Id

[required] The identifier of the FAQ you want to remove.

IndexId

[required] The identifier of the index for the FAQ.

Value

An empty list.

Request syntax

svc$delete_faq(
  Id = "string",
  IndexId = "string"
)