> ## 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 method in the ABBYY FlexiCapture Web Services API: removes an Application Server request by its request ID and session ID.

## What it does

Deletes a request to the Application Server.

## Definition

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

## Parameters

| **Name**  | **Type** | **Description**                                    |
| --------- | -------- | -------------------------------------------------- |
| requestId | int      | The ID of the request to the Application Server    |
| sessionId | int      | The ID of the connection to the Application Server |

## Returned value

None.
