Batch delete time series points

Delete multiple time series points in bulk, by erasing the points from the storage. Use with care: Time series storage is optimized by discarding values which haven't changed from the previous versions. Note that this optimization may cause surprising behavior when updating older versions. When older versions are deleted, it is therefore recommended to perform a full backload from this version on.

Deleting a value is both different from inserting NaN values, or inserting no value.

If you would like to delete multiple time series points belonging to different signals, specify - as the signal identifier. (Signal identifiers are part of each time series' resource name, so your time series will still be assigned to their corresponding signals.)

Note: Exabel only supports processing time series with daily or lower resolution. Timestamps must be RFC 3339 timestamps, normalised to midnight UTC, e.g. 2020-01-01T00:00:00Z.

Language
Authorization
Header
Click Try It! to start a request and see the response here!