Skip to content

Datapoints.DeleteIDs

func (datapointClient) DeleteIDs(
ctx context.Context,
collectionID uuid.UUID,
datapointIDs []uuid.UUID,
) (int64, error)

Delete data points from a collection.

collectionID uuid.UUID

The id of the collection

datapointIDs []uuid.UUID

The ids of the data points to delete from the collection

The number of data points that were deleted.