You need to have write permission on the collection to be able to delete data points.
Parameters
Datapoint IDs to delete from the collection.Supported
DatapointIDs types are.- A
pandas.DataFramecontaining anidcolumn. - A
pandas.Seriescontaining datapoint IDs. - An
xarray.Datasetcontaining an “id” variable. - An
xarray.DataArraycontaining datapoint IDs. - A
numpy.ndarraycontaining datapoint IDs. - A
Collection[UUID]containing datapoint IDs as python built-inUUIDobjects, e.g.list[UUID]. - A
Collection[str]containing datapoint IDs as strings, e.g.list[str].
Returns
The number of data points that were deleted.Errors
One of the data points is not found in the collection. If any of the data points are not found,
nothing will be deleted.
One of the specified ids is not a valid UUID