Sha256: 7ddac83121cad65bbb98aee6067c44cc4941e7c0c2c57cc018d9edfdfdbb1ec5

Contents?: true

Size: 351 Bytes

Versions: 25

Compression:

Stored size: 351 Bytes

Contents

# Delete an Application key owned by current user 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_current_user_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/DeleteCurrentUserApplicationKey_1266687064.rb
datadog_api_client-1.9.0 examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb
datadog_api_client-1.8.0 examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb
datadog_api_client-1.7.0 examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb
datadog_api_client-1.6.0 examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb