Sha256: 9a8cce825e357ff976f5483420606dcf307a683eb26e2a2196ee1555f8a6d1ff

Contents?: true

Size: 325 Bytes

Versions: 15

Compression:

Stored size: 325 Bytes

Contents

# Delete a retention filter returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::APMRetentionFiltersAPI.new

# there is a valid "retention_filter" in the system
RETENTION_FILTER_DATA_ID = ENV["RETENTION_FILTER_DATA_ID"]
p api_instance.delete_apm_retention_filter(RETENTION_FILTER_DATA_ID)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
datadog_api_client-2.30.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.29.1 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.28.1 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.27.1 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.26.1 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.26.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.25.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.24.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.22.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.21.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.20.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.19.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.18.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.17.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb
datadog_api_client-2.16.0 examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb