Deletes a vector index.
The name of the vector bucket.
The name of the index to delete.
supabase.storage.vectors().from_("vectors-bucket").delete_index("my-index")