DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › tokens remove

tokens remove

Expire or delete a token

Aliases:

  • delete
  • rm

Usage

coder tokens remove [flags] <name|id|token>

Description

Remove a token by expiring it. Use --delete to permanently hard-delete the token instead.

Options

—delete

Typebool

Permanently delete the token instead of expiring it. This removes the audit trail.

esc