Skip to main content
This action is irreversible. Proceed with caution.
Deletes the specified encrypted items stored in the index, including all its associated fields (vector, contents, metadata).

Parameters

Exceptions

  • Throws if the items could not be deleted.

Example Usage

Per-operation key override

The call above reuses the key supplied at create_index() / load_index(). You may instead pass index_key= (and user_id= for an RBAC user) to override the per-operation key. This is required in stateless/service deployments that reload the index per request:
Deleting items requires write permission. An RBAC user without a write wrap cannot delete items.