Delete a slide from a presentation. This is a synchronous operation.Documentation Index
Fetch the complete documentation index at: https://docs.getalai.com/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation |
slide_id | string | ID of the slide to delete |
| Status | Description |
|---|---|
| 400 | Slide doesn’t belong to the presentation |
| 401 | Invalid or missing API key |
| 404 | Presentation or slide not found |