delete_document
Remove a specific document from an Elasticsearch or OpenSearch index using its unique ID to manage data and maintain index integrity.
Instructions
Delete a document by ID.
Args:
index: Name of the index
id: Document ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| id | Yes |