CyborgDB Docs home page
v0.10.x
Search documentation...
⌘K
Ask AI
Support
Get API Key
Get API Key
Search...
Navigation
Data Operations
Delete Encrypted Items
Guides
API Reference
Get Started
Introduction
Quickstart
About CyborgDB
Release Notes
Encrypted Indexes
Introduction
Create Client
Create New Index
Configure Index
Load Existing Index
List Indexes
Delete Index
Data Operations
Add Items
Query Encrypted Index
Metadata Filtering
Train Index
Get Items
Delete Items
Integrations
LangChain
Advanced
Managing Encryption Keys
Data Operations
Delete Encrypted Items
Copy page
Copy page
You can delete items from an encrypted index using
delete()
:
Python
C++
Copy
Ask AI
index.delete([
"item1"
,
"item2"
])
This operation is irreversible. Once you delete an item, you cannot recover it.
API Reference
For more information on deleting items from an encrypted index, refer to the API reference:
Python API Reference
API reference for
delete()
in Python
C++ API Reference
API reference for
Delete()
in C++
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Get Encrypted Items
Previous
LangChain
Next
Assistant
Responses are generated using AI and may contain mistakes.