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