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

# CloseProject

> CloseProject method in the ABBYY FlexiCapture Web Services API closes a previously opened project, identified by its session ID and project ID.

## What it does

Closes a previously opened project.

## Definition

```
void CloseProject( int sessionId, int projectId );
```

## Parameters

| **Name**  | **Type** | **Description**                                    |
| --------- | -------- | -------------------------------------------------- |
| sessionId | int      | The ID of the connection to the Application Server |
| projectId | int      | The ID of the project to be closed                 |

## Returned value

None.
