Learn how to delete data points from Tilebox datasets.
delete
not only takes a list of datapoint IDs as string, but supports a wide range of other useful input types as well.
See the delete API documentation for more details.NotFoundError
: raised if one of the data points is not found in the collection. If any of the data points are not found,
nothing will be deletedValueError
: raised if one of the specified ids is not a valid UUIDskip_data=True
to avoid actually
loading the data fields, since only the datapoint IDs are required. See skipping data fields for more details.