Delete BYOK Key

Remove a BYOK provider API key

Delete BYOK Key

Remove a stored API key for a provider. The provider's models will no longer be available in the model dropdown (unless managed by the platform).

Request

POST /byok/delete
Authorization: Bearer {token}
Content-Type: application/json
{
  "provider": "anthropic"
}

Response

{
  "success": true,
  "message": "Anthropic API key removed"
}

On this page