Sha256: 644131fe00cbc9ff3d371d5db731c3c3a1ae92c86d7db0bcbbebb20393765771

Contents?: true

Size: 314 Bytes

Versions: 11

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: "163662907100",
  role_name: "DatadogAWSIntegrationRole",
})
p api_instance.delete_aws_account(body)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.27.1 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.26.1 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.26.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.25.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.24.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.22.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.21.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.20.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.19.0 examples/v1/aws-integration/DeleteAWSAccount.rb
datadog_api_client-2.18.0 examples/v1/aws-integration/DeleteAWSAccount.rb