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

# DeletePage

> ABBYY FlexiCapture ウェブサービス API の DeletePage メソッドは、ページ ID で指定したDocument内の単一ページを削除し、成功を示すフラグを返します。

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

Documentからページを削除します。

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

```
bool DeletePage( int sessionId, int batchId, int documentId, int pageId );
```

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

| **名前**     | **型** | **説明**                      |
| ---------- | ----- | --------------------------- |
| sessionId  | int   | Application Server への接続の ID |
| batchId    | int   | Documentを含むバッチの ID          |
| documentId | int   | ページを削除する対象のDocumentの ID     |
| pageId     | int   | 削除するページの ID                 |

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

| **型** | **説明**            |
| ----- | ----------------- |
| bool  | 処理が成功したかどうかを示すフラグ |
