cURL
curl --request POST \ --url http://localhost:8080/api/session/logout
{ "message": "<string>" }
Invalidates the current session token.
Logout successful
Was this page helpful?