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

# DeleteUser

> DeleteUser method in the ABBYY FlexiCapture user management API removes a user from the system by user ID, taking a single userId parameter and no return.

## What it does

Deletes a user.

## Definition

```
void DeleteUser( int userId );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| userId   | int      | User ID         |

## Returned value

N/A
