delete_document
Remove a specific document from an Elasticsearch index by providing the index name and document ID for precise data management.
Instructions
Delete a document from a specific Elasticsearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Document ID to delete | |
index | Yes | Name of the Elasticsearch index |