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

# DeleteRequest

> DeleteRequest-Methode in der ABBYY FlexiCapture Web Services API: entfernt eine Application-Server-Anfrage anhand ihrer Anfrage-ID und Sitzungs-ID.

<div id="what-it-does">
  ## Was es macht
</div>

Löscht eine Anfrage an den Application Server.

<div id="definition">
  ## Definition
</div>

```
void DeleteRequest( int requestId, int sessionId );
```

<div id="parameters">
  ## Parameter
</div>

| **Name**  | **Typ** | **Beschreibung**                             |
| --------- | ------- | -------------------------------------------- |
| requestId | int     | Die ID der Anfrage an den Application Server |
| sessionId | int     | Die ID der Verbindung zum Application Server |

<div id="returned-value">
  ## Rückgabewert
</div>

Keiner.
