# NOT RUN {
# This example deletes the account setting for your user for the specified
# resource type.
# }
# NOT RUN {
svc$delete_account_setting(
name = "serviceLongArnFormat"
)
# }
# NOT RUN {
# This example deletes the account setting for a specific IAM user or IAM
# role for the specified resource type. Only the root user can view or
# modify the account settings for another user.
# }
# NOT RUN {
svc$delete_account_setting(
name = "containerInstanceLongArnFormat",
principalArn = "arn:aws:iam::<aws_account_id>:user/principalName"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab