delete_text
Mark specific text in a Word paragraph as deleted using track-changes markup. Finds exact text within a single run and wraps it in deletion markup for red strikethrough appearance.
Instructions
Mark text as deleted with Word track-changes markup (appears as red strikethrough in Word).
Finds the exact text within the paragraph and wraps it in deletion markup. The text must exist within a single run (formatting span).
Args: para_id: paraId of the target paragraph. text: Exact text to mark as deleted. author: Author name for the revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| para_id | Yes | ||
| text | Yes | ||
| author | No | Claude |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |