Delete tags for multiple metrics
DELETE {{baseUrl}}/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.
Request Body
{"data"=>{"id"=>"kafka.lag", "type"=>"metric_bulk_configure_tags", "attributes"=>{"emails"=>["sue@example.com", "bob@example.com"]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |