Sha256: 64b235a5bff4e92f07a98d8cc880978a252031a92e528919b40e0ffce1bfcaf6

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::KeyManagementAPI.new
app_key_id = "app_key_id_example" # String | The ID of the application key.

begin
  # Delete an application key
  api_instance.delete_application_key(app_key_id)
rescue DatadogAPIClient::V2::APIError => e
  puts "Error when calling KeyManagementAPI->delete_application_key: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v2/key-management/DeleteApplicationKey.rb