Sign out the current session (revokes it). Requires an end-user access token.
POST
End-user session operationId: sign_out/v1/auth/sign-out Authorization
Called from the browser with the publishable application id (x-application-id); the access token lives in memory.
Responses
200 Signed out
401 No end-user session
Request
curl -X POST "http://localhost:8080/v1/auth/sign-out" \Try it
live requestPOST
http://localhost:8080/v1/auth/sign-out