Authentication
Log out of the user account
Logs out of the user account.
post/blaize/logout
Headers
cookiestring
The session cookie.
Request body
Example request
{
"where": "EVERYWHERE"
}Response
OK
Example response
{
"message": "Session deleted"
}