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

> Die Methode CloseProject in der ABBYY FlexiCapture Web Services API schließt ein zuvor geöffnetes Projekt, das anhand seiner Sitzungs-ID und Projekt-ID identifiziert wird.

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

Schließt ein zuvor geöffnetes Projekt.

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

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

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

| **Name**  | **Typ** | **Beschreibung**                             |
| --------- | ------- | -------------------------------------------- |
| sessionId | int     | Die ID der Verbindung zum Application Server |
| projectId | int     | Die ID des zu schließenden Projekts          |

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

Kein Rückgabewert.
