Delete a telemetry stream

Mark a telemetry stream for deletion. It may take several minutes for this operation to complete. During that time you will be unable to create a new telemetry stream with the same name.

Path Params
string
required

The name of the telemetry stream or metric to delete

Body Params
boolean
Defaults to false

If true, forces deletion even if the stream has associated data. Without this flag, streams with data may not be deleted.

Headers
string
required

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

Responses
200

Telemetry stream was marked for deletion

400

Invalid request

403

Not authorized, make sure you're using a valid API key in the header Authorization

429

Rate limit exceeded. The API enforces rate limiting on incoming requests. Retry after a short delay.

503

Service temporarily unavailable due to downstream capacity constraints. Retry after a short delay with exponential backoff.

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