Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 sessions revoke

Revoke a session and all of its associated refresh tokens.

Unlike delete, revoke also invalidates every refresh token tied to the session.

To revoke non-interactively, supply the session id and the --force flag to skip confirmation.

Usage

auth0 sessions revoke [flags]

Examples

  auth0 sessions revoke
  auth0 sessions revoke <session-id>
  auth0 sessions revoke <session-id> --force

Flags

      --force   Skip confirmation.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.