v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13132276.2 KB
users

Performs an inclusive delete of all data points whose start and end times have any overlap with the time range specified by the dataset ID. For most data types, the entire data point will be deleted. For data types where the time span represents a consistent value (such as com.google.activity.segment), and a data point straddles either end point of the dataset, only the overlapping portion of the data point will be deleted.

delete/{userId}/dataSources/{dataSourceId}/datasets/{datasetId}

Path parameters

userIdstring required

Delete a dataset for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.

dataSourceIdstring required

The data stream ID of the data source that created the dataset.

datasetIdstring required

Dataset identifier that is a composite of the minimum data point start time and maximum data point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" where startTime and endTime are 64 bit integers.

Response

Successful response