# 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 - 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

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

See also: