Delete a slide from a presentation
Slides
Delete Slide
DELETE
Delete a slide from a presentation
Delete a slide from a presentation. This is a synchronous operation.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
presentation_id | string | ID of the presentation |
slide_id | string | ID of the slide to delete |
Response
Example
Error Responses
| Status | Description |
|---|---|
| 400 | Slide doesn’t belong to the presentation |
| 401 | Invalid or missing API key |
| 404 | Presentation or slide not found |