> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Crossmint logout

> Sign out from the Crossmint platform

The logout command signs you out from the Crossmint platform by removing your session token from local storage.

To use it, run the following command from your terminal

```bash theme={null}
crossmint logout
```

## Example

Sign out from Crossmint:

```bash theme={null}
crossmint logout
```

After running the command, you'll see a confirmation message:

```
✅ Logout successful! You are no longer authenticated.
```

After logging out, you will need to use the `login` command to authenticate again before using other commands that require authentication.
