You can delete items from an encrypted index using delete():
# IDs of items to delete
ids_to_delete = ["item1", "item2", "item3"]

# Delete items from the encrypted index
index.delete(ids_to_delete)
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: