> ## Documentation Index
> Fetch the complete documentation index at: https://docs.documind.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete API Key

> Revoke an API key

## Endpoint

```
DELETE https://api.documind.cloud/api/v1/auth/api-keys/{key_id}
```

## Authentication

Requires `api_keys:write` scope.

## Path Parameters

| Parameter | Type          | Required | Description                 |
| --------- | ------------- | -------- | --------------------------- |
| `key_id`  | string (UUID) | Yes      | ID of the API key to revoke |

## Response

```json theme={null}
{
  "status": "success",
  "message": "API key revoked successfully"
}
```
