# removeImageFromCachingQueue

Description: delete the file from the slideshow caching queue.

Request example:

{
    "method" : "removeImageFromCachingQueue",
    "requestId" : "1",
    "fileId" : 174069677
}

Response example:

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

Parameter description:

  • fileId is the unique identifier of the file on the built-in http server that has been uploaded previously and needs to be removed from the caching queue for the slideshow.

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

See also: