v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
AWS Integration

Delete an AWS integration

This endpoint is deprecated - use the V2 endpoints instead. Delete a Datadog-AWS integration matching the specified account_id and role_name parameters.

delete/api/v1/integration/aws

Request body

access_key_idstring

Your AWS access key ID. Only required if your AWS account is a GovCloud or China account.

account_idstring

Your AWS Account ID without dashes.

role_namestring

Your Datadog role delegation name.

Example request

{
  "account_id": "123456789012",
  "role_name": "DatadogAWSIntegrationRole"
}

Response

OK

object required