# removeSlide

Description: remove a file from the list of slides. Slide numbering for the command starts with 0, i.e. the first slide will have an index of 0.

Not applicable to slideshows that are transmitted to the conference by other participants.

Request example:

{
    "method" : "removeSlide",
    "requestId" : "1",
    "idx": 0,
    "removeFromServer" : false
}

Response example:

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

Parameter description:

  • idx - index of the slide that needs to be removed

  • removeFromServer — Flag showing that a slide is removed from the server. If the parameter is unavailable, this is equal to true.

  • requestId - unique request identifier. More details can be found here

See also: