provider Metrics DELETE /api/v2/metrics/config/bulk-tags
@utdk/datadog /api/v2/metrics/config/bulk-tags
Delete tags for multiple metrics
Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics. Metrics are selected by passing a metric name prefix. Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app. Can only be used with application keys of users with the `Manage Tags for Metrics` permission.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
deletebulktagsmetricsconfiguration
DELETE/api/v2/metrics/config/bulk-tags
Delete all custom lists of queryable tag keys for a set of existing count, gauge, rate, and distribution metrics. Metrics are selected by passing a metric name prefix. Results can be sent to a set of account email addresses, just like the same operation in the Datadog web app. Can only be used with application keys of users with the `Manage Tags for Metrics` permission.

Input

required

Request object to bulk delete all tag configurations for metrics matching the given prefix.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.deletebulktagsmetricsconfiguration()