Guides
delete()
# IDs of items to delete ids_to_delete = ["item1", "item2", "item3"] # Delete items from the encrypted index index.delete(ids_to_delete)
/v1/vectors/delete
Was this page helpful?