func (datapointClient) DeleteIDs( ctx context.Context, collectionID uuid.UUID, datapointIDs []uuid.UUID,) (int64, error)Delete data points from a collection.
Parameters
Section titled “Parameters”collectionID uuid.UUID The id of the collection
datapointIDs []uuid.UUID The ids of the data points to delete from the collection
Returns
Section titled “Returns”The number of data points that were deleted.