Deletes invitations received by the AWS account to become a member account.
This operation is only used by accounts that are not part of an organization. Organization accounts do not receive invitations.
securityhub_delete_invitations(AccountIds)
A list with the following syntax:
list(
UnprocessedAccounts = list(
list(
AccountId = "string",
ProcessingResult = "string"
)
)
)
[required] The list of the account IDs that sent the invitations to delete.
svc$delete_invitations(
AccountIds = list(
"string"
)
)