How to delete all vectors in an index

Hi

May I know how to delete all the vectors in an index from the web? Like
DELETE * FROM MYINDEX;

Hi @tze.jing.hoo

if you want to delete all vectors, just delete the whole index and recreate it :smiley: if you can code, call the delete api with deleteAll on all namespaces.

Hope this helps

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.