Delete

Deletes stored data. This is an irreversible operation so be careful about specified time range and tag scope.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataSourceRidstringRequired

Unique resource identifier for a NominalDataSource. Though named similarly to a DataSourceRid, a NominalDataSourceRid specifically refers To a NominalDataSource, which is a nominal hosted database for streaming writes.

timeRangeobjectOptional

If specified, will only delete data within the given time range. If not specified, will delete data across all time.

tagsmap from strings to stringsOptional

If specified, will only delete data that fully matches the given tags. If not specified, will delete data across all tags.