func (datapointClient) Delete( ctx context.Context, collectionID uuid.UUID, datapoints any,) (int64, error)Delete data points from a collection.
Data points are identified and deleted by their ids.
Parameters
Section titled “Parameters”collectionID uuid.UUID The id of the collection
datapoints []proto.Message The datapoints to delete from the collection
Returns
Section titled “Returns”The number of data points that were deleted.