Deregister Organization Delegated Admin
cloudtrail_deregister_organization_delegated_admin | R Documentation |
Removes CloudTrail delegated administrator permissions from a member account in an organization¶
Description¶
Removes CloudTrail delegated administrator permissions from a member account in an organization.
Usage¶
cloudtrail_deregister_organization_delegated_admin(
DelegatedAdminAccountId)
Arguments¶
DelegatedAdminAccountId |
[required] A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator. |
Value¶
An empty list.
Request syntax¶
svc$deregister_organization_delegated_admin(
DelegatedAdminAccountId = "string"
)