Skip to content

/v1/auth/logout

POST
/v1/auth/logout
curl --request POST \
--url http://localhost:8787/v1/auth/logout

Session cookies cleared; the presented refresh token’s family is revoked, if any.

Media typeapplication/json
object
loggedOut
required
boolean
Example
{
"loggedOut": true
}