Delete time series data
DELETE {{baseUrl}}/timeseries/:entityId/:propertySetName?from=<dateTime>&to=<dateTime>
Delete time series data for one combination of an asset (entity) and an(a) aspect (property set). All property values within the given time range are deleted.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | (Required) beginning of the timerange to delete (exclusive) | |
to | string | (Required) end of the timerange to delete (inclusive) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |