Disables an account setting for a specified user, role, or the root user for an account.
post/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteAccountSetting
Headers
X-Amz-Target'AmazonEC2ContainerServiceV20141113.DeleteAccountSetting' required
Request body
Response
Success
Example response
{
"setting": {
"name": "containerInstanceLongArnFormat",
"value": "enabled",
"principalArn": "arn:aws:iam::<aws_account_id>:user/principalName"
}
}