Skip to content

Delete Index

kendra_delete_index R Documentation

Deletes an Amazon Kendra index

Description

Deletes an Amazon Kendra index. An exception is not thrown if the index is already being deleted. While the index is being deleted, the Status field returned by a call to the describe_index API is set to DELETING.

Usage

kendra_delete_index(Id)

Arguments

Id

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

Value

An empty list.

Request syntax

svc$delete_index(
  Id = "string"
)