securityhub_delete_members: Deletes the specified member accounts from Security Hub
Description
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.
Usage
securityhub_delete_members(AccountIds)
Arguments
AccountIds
[required] The list of account IDs for the member accounts to delete.
Request syntax
svc$delete_members(
AccountIds = list(
"string"
)
)