es_delete_doc
Delete a document by its ID from an Elasticsearch index. Prevents deletion when the connection is set to read-only.
Instructions
Delete a document by id. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| index | Yes | Index name. | |
| connectionId | No | Id of the elasticsearch connection to use, from databases.config.yml. Optional when only one elasticsearch connection is configured. |