kendra_batch_delete_document: Removes one or more documents from an index

View source: R/kendra_operations.R

kendra_batch_delete_documentR Documentation

Removes one or more documents from an index

Description

Removes one or more documents from an index. The documents must have been added with the batch_put_document API.

See https://www.paws-r-sdk.com/docs/kendra_batch_delete_document/ for full documentation.

Usage

kendra_batch_delete_document(
  IndexId,
  DocumentIdList,
  DataSourceSyncJobMetricTarget = NULL
)

Arguments

IndexId

[required] The identifier of the index that contains the documents to delete.

DocumentIdList

[required] One or more identifiers for documents to delete from the index.

DataSourceSyncJobMetricTarget

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.