logo_smallAxellero.io

Sign Out

Terminate a user session by invalidating the token.

End a user session and invalidate their access token.

Configuration

Inputs

NameCodeTypeRequiredDescription
TokentokenTextYesAccess token to invalidate

Outputs

Empty on success.

Usage

{
  "token": "{{user_access_token}}"
}

Behavior

  • Invalidates the provided access token
  • Associated refresh tokens may also be invalidated (depends on configuration)
  • Subsequent requests with the invalidated token will fail authentication