delete_slide
Delete a slide at a given index from a project. After removal, call export_html to refresh the presentation.
Instructions
Deletes a slide. No LLM call — pure file removal + reindex.
Args: project_id: Target project ID (required) slide_index: Slide position to delete (1-based).
Returns: JSON string containing project_id and the new slide_count.
After this call, call export_html(project_id=<project_id>) to refresh HTML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| slide_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |