> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RemoveFromGroup

> ABBYY FlexiCapture のグループ管理 API の RemoveFromGroup メソッドは、principal ID と group ID を使用して、指定したグループからユーザーまたは子グループを削除します。

<div id="what-it-does">
  ## 動作
</div>

指定したグループからユーザーまたはグループを削除します。

<div id="definition">
  ## 定義
</div>

```
void RemoveFromGroup( int principalId, int groupId );
```

<div id="parameters">
  ## パラメーター
</div>

| **Name**    | **型** | **Description**      |
| ----------- | ----- | -------------------- |
| principalId | int   | 削除対象のユーザーまたはグループの ID |
| groupId     | int   | データの削除元のグループの ID     |

<div id="returned-value">
  ## 戻り値
</div>

なし
