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

# RemoveCustomFile

> ABBYY FlexiCapture API で RemoveCustomFile を呼び出し、指定したセッション内で Application Server から名前を指定してユーザーファイルを削除します。

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

Application Server からユーザーファイルを削除します。

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

```
void RemoveCustomFile( int sessionId, string fileName );
```

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

| **Name**  | **型**  | **説明**                           |
| --------- | ------ | -------------------------------- |
| sessionId | int    | Application Server への接続のID       |
| fileName  | string | Application Server から削除するファイルの名前 |

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

ありません。
