await client.datapoints.delete([{id: 123, inclusiveBegin: new Date('1 jan 2019')}]);{}Required capabilities:
timeSeriesAcl:WRITE
Delete data points from time series.
await client.datapoints.delete([{id: 123, inclusiveBegin: new Date('1 jan 2019')}]);{}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
The list of delete requests to perform.
List of delete filters.
1 - 10000 elementsSelect time series and data points to delete.
Show child attributes
Empty response.
The response is of type object.
Was this page helpful?