powered by
Deletes the specified member accounts from Security Hub.
Can be used to delete member accounts that belong to an organization as well as member accounts that were invited manually.
securityhub_delete_members(AccountIds)
A list with the following syntax:
list( UnprocessedAccounts = list( list( AccountId = "string", ProcessingResult = "string" ) ) )
[required] The list of account IDs for the member accounts to delete.
svc$delete_members( AccountIds = list( "string" ) )