Parameters
JSON body
Request body
application/jsonEmpty object · no documented properties.
Clears the identity cookie and invalidates the underlying login-identity record without requiring a still-valid session. Used by admin as a recovery path when the browser holds a cookie the server no longer accepts.
JSON body
1 status code documented
success"true"Required{
"success": true
}POST /bff/account/self-logout
curl -X POST "https://api.bizkithub.com/bff/account/self-logout" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.