Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Sets authorized = false on all active AI-agent rows for the current (user, member) pair. Idempotent — returns revokedCount: 0 when nothing was active.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
revokedCountnumberRequiredNumber of AI-agent credentials that were active and are now revoked.
{
"revokedCount": 0
}POST /bff/ai-agent/revoke
curl -X POST "https://api.bizkithub.com/bff/ai-agent/revoke" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.