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

# DeleteUser

> ABBYY FlexiCapture ユーザー管理 API の DeleteUser メソッドは、ユーザー ID で指定したユーザーをシステムから削除します。パラメーターは userId の 1 つのみで、戻り値はありません。

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

ユーザーを削除します。

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

```
void DeleteUser( int userId );
```

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

| **Name** | **型** | **説明**  |
| -------- | ----- | ------- |
| userId   | int   | ユーザー ID |

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

該当なし
