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

# DeleteGroup

> DeleteGroup method in the ABBYY FlexiCapture group management API removes a group by group ID, taking a single groupId parameter and returning no value.

## What it does

Deletes a group.

## Definition

```
void DeleteGroup( int groupId );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| groupId  | int      | Group ID        |

## Returned value

N/A
