# removeSlide

Description

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

Not applicable to slideshows that are shared in the conference by other participants

void removeSlide(int iIdx, bool bRemoveFromServer)

Parameters

Name Description
iIdx Index of the slide to be deleted
bRemoveFromServer Flag showing that a slide is removed from the server. If the parameter is unavailable, this is equal to `true`

Response example

{
    "method" : "removeSlide",
    "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