reject_change
Reject a specific tracked change in a Word document by its change ID, removing inserted text or restoring deleted text.
Instructions
Reject a single tracked change by its change_id.
For insertions: discards the inserted text (removes w:ins). For deletions: keeps the deleted text (unwraps w:del, restoring text).
Args: change_id: The integer id attribute of the w:ins or w:del element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |