Logging out current session
This endpoint causes the current session to log itself out. Logging out is not strictly necessary for Web Users; all sessions expire 24 hours after they are created. But it can be a good idea, in case someone else manages to steal your token.
Only the session that was used to authenticate the request is logged out. If the Actor associated with the session has other sessions as well, those are not logged out.
Response
OK
Example response
{
"success": true
}Changes
Changed in 3 of the 54 revisions of this API.4
- ○
api operation id
Logging out current sessionremoved and replaced withlogOutCurrentSessionapi-operation-id-removed
- ○
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ○
api operation id
logOutCurrentSessionremoved and replaced withLogging out current sessionapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○