CyborgDB Docs home page
v0.11.x
Search documentation...
⌘K
Ask AI
Support
Get API Key
Get API Key
Search...
Navigation
Data Operations
Delete Encrypted Items
Introduction
CyborgDB Service
CyborgDB Embedded
Integrations
Guides
Intro
Introduction
Quickstart
Encrypted Indexes
Introduction
Create Client
Create New Index
Configure Index
Load Existing Index
List Indexes
Train Index
Delete Index
Data Operations
Add Items
Query Encrypted Index
Metadata Filtering
Get Items
Delete Items
Advanced
Managing Encryption Keys
Usage Telemetry
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
Get Encrypted Items
Previous
Managing Encryption Keys
Next
Assistant
Responses are generated using AI and may contain mistakes.