Skip to content

Delete Thesaurus

kendra_delete_thesaurus R Documentation

Deletes an Amazon Kendra thesaurus

Description

Deletes an Amazon Kendra thesaurus.

Usage

kendra_delete_thesaurus(Id, IndexId)

Arguments

Id

[required] The identifier of the thesaurus you want to delete.

IndexId

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

Value

An empty list.

Request syntax

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