connectors-delete
Installation
SKILL.md
connectors delete
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor 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"}'