Log out

Invalidates the supplied refresh token, ending the session it belongs to.
Deliberately takes no session credential: sign-out legitimately runs with an
already expired access token, so requiring one would break the case this
endpoint exists for. The refresh token in the body is the only credential.

Idempotent — a token that is unknown or already invalidated still returns
200, so repeated sign-outs are harmless and the response never reveals
whether a given token exists.

Body Params

Request body for account sign-out.

Carries no session credential: sign-out legitimately runs with an already
expired access token, so the refresh token in this body is the only thing
identifying the session to end.

string
required

The refresh token identifying the session to invalidate.

Responses
200

Logged out successfully.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json