/bff/account/self-logout
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.
AccountpostBffAccountSelf-logout
No parameters
This endpoint takes no path, query, header or body parameters.
Request
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 '{}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.