delete_document
Deletes a document from an Elasticsearch index by document ID. Supply the index name and doc_id to remove the document.
Instructions
Delete a document from Elasticsearch index by document ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Name of the Elasticsearch index containing the document | |
| doc_id | Yes | Document ID to delete from the index |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |