Delete Shape
delete_shapeDelete a shape from a slide in a PowerPoint presentation by providing the slide index and the shape's name or index. Returns a confirmation.
Instructions
Delete a shape from a slide.
Args: presentation: Presentation name or path (None = active presentation). slide_index: 1-based slide index (required). shape: Shape name, or its 1-based index on the slide (required).
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shape | No | ||
| slide_index | No | ||
| presentation | No |