Logout current session

Revoke the given refresh token (end this session). No access token required. The refresh token is a secret; validating it is sufficient to revoke that session. This allows logout even when the access token has expired.

Access: Public endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Refresh token received during login

uuid

Device consent identifier to detach from the app user

Responses
200

Successfully logged out

401

Invalid or expired refresh token

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!