Skip to main content

Log out of the current session

POST 

/auth/logout

Revokes the refresh-token family associated with the presented token. The access token remains valid until its natural TTL (typically a few minutes). Emits auth.logout security event. Requires the self:session:manage permission (granted to every authenticated user).

Request

Responses

Resource created. Body follows the shared { data, meta } envelope; data is the newly-created resource.