Disassociates GuardDuty member accounts (to the current GuardDuty master account) specified by the account IDs.
guardduty_disassociate_members(DetectorId, AccountIds)[required] The unique ID of the detector of the GuardDuty account whose members you want to disassociate from master.
[required] A list of account IDs of the GuardDuty member accounts that you want to disassociate from master.
svc$disassociate_members(
DetectorId = "string",
AccountIds = list(
"string"
)
)