# removeAllSlides

Description

Delete all the slides from the slideshow.

This command does not work for the slideshow in a video call and group conference. If the slideshow has already been started, it will be stopped. It is also possible to specify if the file should be physically deleted from the HTTP server.

void removeAllSlides(bool bRemoveFromServer)

Parameters

Name Description
bRemoveFromServer An optional flag indicating if the file should be physically deleted from the HTTP server. If this parameter is not included, it is equal to 'true'

Response example

{
    "method": "removeAllSlides",
    "requestId" : "1",
    "result": true
}

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025