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

KeyDatatypeRequiredDescription
fromstring(Required) beginning of the timerange to delete (exclusive)
tostring(Required) end of the timerange to delete (inclusive)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring