delete_document
Delete a document by ID from a given index, and optionally specify a cluster to target, for precise data removal.
Instructions
Delete a document by ID.
Args: index: Name of the index id: Document ID cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| index | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||