Sha256: d6878f3cb4b3770b610ed0641c3f78c4698018b6f1045ae2d0b4735961a2e217
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 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 owned by current user api_instance.delete_current_user_application_key(app_key_id) rescue DatadogAPIClient::V2::APIError => e puts "Error when calling KeyManagementAPI->delete_current_user_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/DeleteCurrentUserApplicationKey.rb |