# 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 totrue
.requestId
- a unique request identifier. You can learn more about it here.
See also:
- addSlide
- getFileList
- getSlideShowInfo
- getSlideShowCache
- removeSlide
- setSlidePosition
- showFirstSlide
- showLastSlide
- showNextSlide
- showPrevSlide
- startSlideShow
- stopSlideShow
- removeImageFromCachingQueue
- stopCachingAllImages
- sendStopContentSharing
- contentSharingStoppedByConferenceLeader
- mySlideShowStarted
- mySlideShowStopped
- slideAdded
- slideRemoved
- slidePositionChanged
- currentSlideIndexChanged
- slideShowAvailabilityChanged
- mySlideShowTitleChanged
- slideShowCleared
- slideUploaded
- allSlidesRemoved
- slideCached
- slideCachingStarted
- allSlidesCachingStopped
- imageAddedToCachingQueue
- imageRemovedFromCachingQueue
- slidesSorted
- slidesChunkSorted