Migrations
Delete the source connection
Remove the migration’s source connection and its stored secrets. Accepts the same optional source_key and profile_id query parameters as GET.
DELETE
Delete the source connection
Previous
Start a runStart one managed-agent run. `generate` authors the recipe and stops at a preview; `update` edits it per `message`; `clarify` asks a read-only question; `execute` runs the approved preview for real. `generate` opens a preview run and `update`/`clarify`/`execute` resume that same run, so the `run_id` stays stable from preview through execution (a resuming call returns `status: "running"`). Only one run runs at a time per migration (409 with the active run_id otherwise).
Next
Delete the source connection