Parameters
| Parameter | Type | Description |
|---|---|---|
index_key | bytes | (Optional, keyword-only) Override the per-operation index key. See Per-operation key override. Must be the root index KEK. |
user_id | bytes | (Optional, keyword-only) 16-byte RBAC user identifier. |
Exceptions
RuntimeError
RuntimeError
- Throws if the index could not be deleted.
Example Usage
Per-operation key override
The call above reuses the key supplied atcreate_index() / load_index(). You may instead pass index_key= (the root index KEK) to override the per-operation key, which is required in stateless/service deployments that reload the index per request: