Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.thinnest.ai/byok/delete \ -H "Authorization: Bearer $THINNESTAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "provider": "anthropic" }'
{ "success": true, "message": "Anthropic API key removed" }
Remove a BYOK provider API key
POST /byok/delete Authorization: Bearer {token} Content-Type: application/json
{ "provider": "anthropic" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response