pptx_delete_slide
Remove a specific slide from a PowerPoint file by providing its slide number. Use it to delete unwanted or template slides from presentations.
Instructions
Remove a slide from the presentation.
USE THIS to remove template slides you don't need or to clean up unwanted content.
Args: file_path: Path to the .pptx file slide_number: 1-based slide number to delete output_path: Optional output path (defaults to overwriting input)
Returns: Status with remaining slide count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the .pptx file | |
| slide_number | Yes | 1-based slide number to delete | |
| output_path | No | Optional output path (defaults to overwriting input) |