Skip to content

Add connection delete/remove command #28

@Anna-Nevm

Description

@Anna-Nevm

Feature Request

The CLI currently supports one connection add and one connection list but has no way to delete or remove connections.

Use case

When connections accumulate (e.g. duplicate Gmail OAuth connections with |[id] suffixes), there's no CLI path to clean them up. Users have to go to the dashboard manually, which breaks the CLI-first workflow.

Proposed command

one connection delete <connection-key>
one connection rm <connection-key>

Optional flags:

  • --force to skip confirmation prompt
  • --platform <name> to bulk-delete all connections for a platform

Context

Running one connection list shows 43 duplicate Gmail connections that can't be removed via CLI. The docs at withone.ai/docs also don't reference any delete mechanism.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions