# 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.

Request example:

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

Response example:

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

Parameter description:

  • removeFromServer — 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.

  • requestId - a unique request identifier. You can learn more about it here.

See also: