delete_document
Remove a specific document from an Elasticsearch index using its unique ID. Ideal for managing data accuracy and storage in knowledge systems.
Instructions
Delete a document from Elasticsearch index by document ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
doc_id | Yes | Document ID to delete from the index | |
index | Yes | Name of the Elasticsearch index containing the document |