kendra_delete_index {paws.analytics} | 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
.
See https://www.paws-r-sdk.com/docs/kendra_delete_index/ for full documentation.
Usage
kendra_delete_index(Id)
Arguments
Id |
[required] The identifier of the index you want to delete. |
[Package paws.analytics version 0.9.0 Index]