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

# Delete API Key

> Permanently deletes an API key. Dashboard session only.

### Path

<ParamField path="id" type="string" required>
  The key's ID.
</ParamField>

### Response

Empty response on success (HTTP `200`).

### Errors

| Status | Code                   | When                                 |
| ------ | ---------------------- | ------------------------------------ |
| 403    | `API_KEY_SCOPE_DENIED` | The session is an API key.           |
| 404    | `API_KEY_NOT_FOUND`    | No key with that ID on this account. |
