v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBAWS Logs Integration
Delete an AWS Logs integration
Delete a Datadog-AWS logs configuration by removing the specific Lambda ARN associated with a given AWS account.
delete/api/v1/integration/aws/logs
Request body
Example request
{
"account_id": "1234567",
"lambda_arn": "arn:aws:lambda:us-east-1:1234567:function:LogsCollectionAPITest"
}Response
OK
object required