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.
  • Throws if the supplied key context lacks write permission.

Example Usage

index_key is the 32-byte std::array<uint8_t, 32> index KEK and converts implicitly to a KeyContext.