Delete data points from time series.
The list of delete requests to perform.
required | Array of QueryWithInternalId (object) or QueryWithExternalId (object) or QueryWithInstanceId (object) (DatapointsDeleteRequest) [ 1 .. 10000 ] items List of delete filters. |
Empty response.
IDs not found.
{- "items": [
- {
- "id": 1,
- "inclusiveBegin": 1638795554528,
- "exclusiveEnd": 1638795554528
}
]
}
{ }