kendra_batch_delete_document {paws.analytics} | R 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 |
[Package paws.analytics version 0.7.0 Index]