Deletes vectors by their keys.
The name of the vector bucket.
The name of the index.
List of vector keys to delete. Must contain between 1 and 500 keys.
supabase.storage.vectors().from_("vectors-bucket").index("my-index").delete(["vector-1", "vector-2"])