v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465566486.4 KB

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

The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services CloudWatch. Any error messages related to the processing of the batch are sent to you CloudWatch log.

post/#X-Amz-Target=AWSKendraFrontendService.BatchDeleteDocument

Headers

X-Amz-Target'AWSKendraFrontendService.BatchDeleteDocument' required

Request body

IndexIdstring required

The identifier of the index that contains the documents to delete.

DocumentIdListDocumentId[] required

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

Response

Success