Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/api/session/logout
{ "message": "Logout successful" }
Logs out the current user and invalidates the session token.
Logout successful
Logout response
"Logout successful"
Was this page helpful?