Sha256: 8ce92d04bbe8dec185de32bf174012ae0aac5df66297a352cf9827f94fe46a41

Contents?: true

Size: 316 Bytes

Versions: 14

Compression:

Stored size: 316 Bytes

Contents

# Delete an application key returns "No Content" response

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

# there is a valid "application_key" in the system
APPLICATION_KEY_DATA_ID = ENV["APPLICATION_KEY_DATA_ID"]
api_instance.delete_application_key(APPLICATION_KEY_DATA_ID)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog_api_client-2.30.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.29.1 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.28.1 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.27.1 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.26.1 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.26.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.25.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.24.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.22.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.21.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.20.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.19.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.18.0 examples/v2/key-management/DeleteApplicationKey.rb
datadog_api_client-2.17.0 examples/v2/key-management/DeleteApplicationKey.rb