Sha256: 8a5163f17a7982f72c1ab4a0f7ed84ae149f7ee902b1dfd640ab0761113c74bc
Contents?: true
Size: 351 Bytes
Versions: 12
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
12 entries across 12 versions & 1 rubygems