Logfire Cli Deelete Views

The Logfire CLI provides an interactive command to delete a view. With the views delete command, you can remove a specific view.

Usage

1. Interactive

To access the interactive interface, type logfire views delete in your terminal:

$ logfire views delete

The CLI will guide you through the process, asking you for necessary information such as the team-id and view-id.

2. Non-interactive

If you prefer a Non-interactive approach, you can run:

$ logfire views delete --team-id <team-id> --view-id <view-id>

Replace <team-id> and <view-id> with your team id and view id respectively.