Skip to content

Datapoints.Delete

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.

collectionID uuid.UUID

The id of the collection

datapoints []proto.Message

The datapoints to delete from the collection

The number of data points that were deleted.