Sha256: 22418e8dfed9f50feaeec9b23595658711c107e27ee3444468d54a3f536324f2
Contents?: true
Size: 314 Bytes
Versions: 1
Compression:
Stored size: 314 Bytes
Contents
# Delete an AWS integration returns "OK" response require "datadog_api_client" api_instance = DatadogAPIClient::V1::AWSIntegrationAPI.new body = DatadogAPIClient::V1::AWSAccountDeleteRequest.new({ account_id: "123456789012", role_name: "DatadogAWSIntegrationRole", }) p api_instance.delete_aws_account(body)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-2.17.0 | examples/v1/aws-integration/DeleteAWSAccount.rb |