Reject autopilot action
reject_autopilot_actionReject a queued autopilot action with a reason. The reason is fed back into the drafter's prompt, so a specific reason improves future drafts. Guarded: without approval_token it returns {error:"approval_required", approval_token, summary} for the user to confirm; call again with the token. Every dashboard guardrail still applies: this is exactly what a user clicking the dashboard could do, no more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Why this draft is wrong, specific and actionable. | |
| action_id | Yes | An id from get_autopilot's queue. | |
| approval_token | No | Approval token from a previous approval_required response, after the user said yes. |