Values.DeleteMembersRequestSourceDeletes the specified member accounts from Security Hub CSPM. You can invoke this API only to delete accounts that became members through invitation. You can't invoke this API to delete accounts that belong to an Organizations organization.
type nonrec t = {accountIds : AccountIdList.t;The list of account IDs for the member accounts to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]