Disassociate Accounts
billingconductor_disassociate_accounts | R Documentation |
Removes the specified list of account IDs from the given billing group¶
Description¶
Removes the specified list of account IDs from the given billing group.
Usage¶
billingconductor_disassociate_accounts(Arn, AccountIds)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from. |
AccountIds |
[required] The array of account IDs to disassociate. |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$disassociate_accounts(
Arn = "string",
AccountIds = list(
"string"
)
)