Sha256: e1c22d70d34dc9c8aea0b5019b622c06277acd0a9bd68db179e0be6d9d01fa4e

Contents?: true

Size: 316 Bytes

Versions: 25

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

25 entries across 25 versions & 1 rubygems

Version Path
datadog_api_client-1.10.0 examples/v2/key-management/DeleteApplicationKey_771691550.rb
datadog_api_client-1.9.0 examples/v2/key-management/DeleteApplicationKey_771691550.rb
datadog_api_client-1.8.0 examples/v2/key-management/DeleteApplicationKey_771691550.rb
datadog_api_client-1.7.0 examples/v2/key-management/DeleteApplicationKey_771691550.rb
datadog_api_client-1.6.0 examples/v2/key-management/DeleteApplicationKey_771691550.rb