View source: R/kendra_operations.R
| kendra_batch_delete_document | R Documentation |
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.
kendra_batch_delete_document(
IndexId,
DocumentIdList,
DataSourceSyncJobMetricTarget = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.