pptx_delete_comment
Delete one or all comments from a specific slide in a PowerPoint file. Specify the slide number and optionally the comment index.
Instructions
Delete comments from a slide.
Deletes one comment (by index) or all comments on a slide when comment_index is not provided.
Args: file_path: Path to the .pptx file slide_number: 1-based slide number comment_index: Optional comment index on that slide output_path: Optional output path (defaults to overwriting input)
Returns: Status with deletion details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| slide_number | Yes | 1-based slide number | |
| comment_index | No | Optional comment index on that slide | |
| output_path | No | Optional output path (defaults to overwriting input) |