# removeImageFromCachingQueue

Description

Delete the file from the slideshow caching queue

void removeImageFromCachingQueue(int iFileId)

Parameters

Name Description
iFileId The unique identifier of a file on the built-in HTTP server that was previously uploaded and needs to be removed from the caching queue for the slideshow

Response example

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