> ## 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.

# DeleteGroup

> ABBYY FlexiCapture のグループ管理 API の DeleteGroup メソッドは、1 つの groupId パラメーターを受け取り、Group ID でグループを削除し、戻り値はありません。

<div id="what-it-does">
  ## 機能
</div>

グループを削除します。

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

```
void DeleteGroup( int groupId );
```

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

| **Name** | **型** | **説明**   |
| -------- | ----- | -------- |
| groupId  | int   | Group ID |

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

該当なし
