Skip to main content
Removes the API key for the specified provider.

Authentication

Requires a valid Bearer token.

Path Parameters

provider
string
required
Provider name (e.g., "anthropic", "openai").

Response

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

Errors

StatusDescription
401Unauthorized — missing or invalid token
404Not Found — no API key exists for this provider