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

# DeleteTenant

> DeleteTenant method in the ABBYY FlexiCapture tenant management API removes a tenant from the system by tenant ID, taking a single tenantId parameter.

## What it does

Deletes a tenant.

## Definition

```
void DeleteTenant( int tenantId );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| tenantId | int      | Tenant ID       |

## Returned value

N/A
