Skip to content

Delete Data Source

kendra_delete_data_source R Documentation

Deletes an Amazon Kendra data source connector

Description

Deletes an Amazon Kendra data source connector. An exception is not thrown if the data source is already being deleted. While the data source is being deleted, the Status field returned by a call to the describe_data_source API is set to DELETING. For more information, see Deleting Data Sources.

Deleting an entire data source or re-syncing your index after deleting specific documents from a data source could take up to an hour or more, depending on the number of documents you want to delete.

Usage

kendra_delete_data_source(Id, IndexId)

Arguments

Id

[required] The identifier of the data source connector you want to delete.

IndexId

[required] The identifier of the index used with the data source connector.

Value

An empty list.

Request syntax

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