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

# Remove API Key

> Remove an API key for a provider

Removes the API key for the specified provider.

## Authentication

Requires a valid Bearer token.

## Path Parameters

<ParamField path="provider" type="string" required>
  Provider name (e.g., `"anthropic"`, `"openai"`).
</ParamField>

## Response

Returns `204 No Content` on success with an empty response body.

## Errors

| Status | Description                                     |
| ------ | ----------------------------------------------- |
| `401`  | Unauthorized — missing or invalid token         |
| `404`  | Not Found — no API key exists for this provider |
