Values.DisassociateMembersRequestSourceDisassociates the specified member accounts from the associated administrator account. Can be used to disassociate both accounts that are managed using Organizations and accounts that were invited manually.
type nonrec t = {accountIds : AccountIdList.t;The account IDs of the member accounts to disassociate from the administrator account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]