Undo recent changes
undoUndo — revert, roll back, take back, or cancel the last — a recent schedule / confirm_schedule booking, a write_events / delete_events batch, a review_day action, a manage_backlog call (capture, update, remove, schedule, park), or a manage_categories call (create, update, delete). Pass tokens: the undoToken those calls returned. Each works only while still active and before its expiresAt (30 minutes). A schedule / confirm_schedule token deletes the events that call booked and voids its open proposals; the other tokens reverse the whole change (delete what it created, restore what it changed or removed). To discard a whole day's reflection by date instead, use review_day with action 'discard'. Returns per-token results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokens | Yes | The `undoToken` that an earlier write returned. Every write that can be reversed returns one. |