v1

latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KB
telemetry

Delete telemetry records

This endpoint will delete any data within the appropriate stream that matches the supplied properties (timestamp and granularity are minimally required).

Note: The unit metric must already exist when using this endpoint, and no "value" can be supplied.

post/unit-cost/v1/telemetry/allocation/{telemetry_stream_name}/delete

Path parameters

telemetry_stream_namestring required

Delete matching telemetry records for an existing telemetry stream.

Headers

Authorizationstring required

Your CloudZero API Key. Note: This is not a bearer token, and should appear in the header as Authorization: <cloudzero-api-key>

Request body

Example request

{
  "records": [
    {
      "timestamp": "2020-03-03T15:32:44+00:00",
      "element_name": "Adidas"
    }
  ]
}

Response

Telemetry accepted