Skip to main content
DELETE
JavaScript

Authorizations

X-API-KEY
string
header
required

Headers

Tenant-ID
string

The tenant identifier for multi-tenant organisations. Required when the organisation has multi-tenancy enabled. Pass your own internal customer ID for the tenant. Ignored for single-tenant organisations.

Query Parameters

ids
string<uuid>[]
required

Metric IDs to delete. Repeat the query param or provide a comma-separated list.

Required array length: 1 - 100 elements

Response

Successful operation

Response containing deleted metrics represented by ID and any per-item issues, including invalid or missing metric IDs.

deleted
DeletedResource · object[]
required

Array of deleted metrics represented by ID.

issues
AdminIssue · object[]
required

Array of issues encountered during metric deletion.