# removeSlide

Description: remove a file from the slide list. Slide numbering for the command starts from 0, meaning that the first slide will have an index of 0.

Not applicable to slideshows that are shared in 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 to be deleted

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

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

See also: