Parameters
JSON body
Request body
application/jsonprovider"google" | "openai" | "anthropic"RequiredDeletes the configured API key for the given provider. Subsequent AI calls of that provider fall back to the shared BizKitHub key.
JSON body
provider"google" | "openai" | "anthropic"Required1 status code documented
successbooleanRequiredtrueremovedbooleanRequired{
"success": true,
"removed": false
}POST /bff/organisation-ai/remove-api-key
curl -X POST "https://api.bizkithub.com/bff/organisation-ai/remove-api-key" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.