BizKitHub
DocsAPI ReferenceAccount/bff/account/self-logout
postAccountAdmin BFF

/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

Parameters

JSON body

Request body

application/json
Empty object · no documented properties.

Response schema

1 status code documented

200Success
success"true"Required

Response example

application/json
{
  "success": true
}

Request example

POST /bff/account/self-logout

post
curl -X POST "https://api.bizkithub.com/bff/account/self-logout" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key