Skip to content

Delete Invitations

guardduty_delete_invitations R Documentation

Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs

Description

Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their account IDs.

Usage

guardduty_delete_invitations(AccountIds)

Arguments

AccountIds

[required] A list of account IDs of the Amazon Web Services accounts that sent invitations to the current member account that you want to delete invitations from.

Value

A list with the following syntax:

list(
  UnprocessedAccounts = list(
    list(
      AccountId = "string",
      Result = "string"
    )
  )
)

Request syntax

svc$delete_invitations(
  AccountIds = list(
    "string"
  )
)