delete_document
Remove a specific document from an Elasticsearch index by specifying the index name and document ID to maintain data accuracy and organization.
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 |