Sign out **everywhere**: revoke every one of the current user's active sessions, including this one. Self-service (requires an end-user session); no permission needed.
POST
End-user session operationId: sign_out_all/v1/auth/sign-out-all Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 All sessions revoked
401 No end-user session
Request
curl -X POST "http://localhost:8080/v1/auth/sign-out-all" \Try it
live requestPOST
http://localhost:8080/v1/auth/sign-out-all