delete
Remove indexed data for a document or collection. Provide name and kind (document or collection), optionally scoped by collection. The daemon processes the deletion asynchronously.
Instructions
Delete indexed data for a document or collection.
Returns immediately — the daemon removes chunks in the background.
Args: name: Document filename or collection name to delete. kind: What to delete — "document" or "collection". collection: Optional collection scope (only for kind="document").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | document | |
| name | Yes | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |