telys_delete
Delete memories by external ID so they no longer appear in queries or ID listings. Idempotent and requires an existing collection; space is reclaimed later by compaction.
Instructions
Tombstone rows by external id so they no longer appear in queries or id listings; the store is persisted and the space is physically reclaimed later by telys_compact. Use to forget memories. Required: collection, ids. Repeating the same delete is a no-op. Fails when the collection does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| collection | Yes |