Help Centre › Functions & Formulas
This article describes the RPA Google Workspace connector function to delete a slide from a Google Slides presentation.
For a full list of available functions, please read GOOGLE WORKSPACE functions.
Description
The Delete slide function removes a slide from a Google Slides presentation by its object ID. The deletion is permanent.
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Connector | Yes | Select | - | Select the Google Workspace connector to use |
| Presentation ID | Yes | Text | - | Google Slides presentation ID |
| Slide ID | Yes | Text | - | The object ID of the slide to delete |
Errors
- Slide not found – no slide exists with the given object ID
- Cannot delete last slide – a presentation must have at least one slide
Tips
- Use Get metadata to find slide object IDs before deleting
- This action is irreversible
Related functions
- Add slide – Add a new slide
- Get metadata – List all slides and their IDs