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

# royaltyport logout

> Clear stored credentials and configuration.

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

Clears all stored credentials and configuration by removing the config file at `~/.config/royaltyport/config.json`.

<Note>
  Environment variables (`ROYALTYPORT_TOKEN`, `ROYALTYPORT_API_URL`) are not affected by logout.
</Note>

***

## Example

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