Skip to content

Disable Organization Admin Account

guardduty_disable_organization_admin_account R Documentation

Removes the existing GuardDuty delegated administrator of the organization

Description

Removes the existing GuardDuty delegated administrator of the organization. Only the organization's management account can run this API operation.

Usage

guardduty_disable_organization_admin_account(AdminAccountId)

Arguments

AdminAccountId

[required] The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.

Value

An empty list.

Request syntax

svc$disable_organization_admin_account(
  AdminAccountId = "string"
)