Skip to main content
POST
/
api
/
session
/
logout
Logout
curl --request POST \
  --url http://localhost:8080/api/session/logout
{
  "message": "Logout successful"
}

Response

Logout successful

Logout response

message
string
Example:

"Logout successful"