connectors-delete

Installation
SKILL.md

connectors delete

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

Permanently delete a connector from a workspace.

[!IMPORTANT] Always pass parameters as --json '{...}'. Agents should not use per-parameter flags.

[!IMPORTANT] Deletion is irreversible. Confirm with the user before running this command unless they have explicitly authorized it.

Usage

airbyte-agent connectors delete --json '{"workspace": "my-workspace", "name": "my-source"}'
Installs
5
First Seen
May 12, 2026
connectors-delete — airbytehq/airbyte-agent-cli