# `bird auth logout`

## Usage

```bash
bird auth logout
```

## Description

Revokes the stored OAuth token server-side, then deletes the credentials file. Idempotent: a missing file is not an error, and a failed revoke still clears local state (with a warning).

## Related

| Name                                                              | Description                                                              |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [`bird auth create-org`](/docs/cli/reference/auth-create-org)     | Create the first organization and workspace and mint your credential.    |
| [`bird auth login`](/docs/cli/reference/auth-login)               | Authenticate with Bird through your browser (OAuth)                      |
| [`bird auth signup`](/docs/cli/reference/auth-signup)             | Start a passwordless Bird signup and email a six-digit code.             |
| [`bird auth status`](/docs/cli/reference/auth-status)             | Show current authentication state and validate the token against the API |
| [`bird auth verify-email`](/docs/cli/reference/auth-verify-email) | Confirm the emailed six-digit code and sign in.                          |