clearFileTransferHistory

TrueConfLess than 1 minute

clearFileTransferHistory

Description: clear the file exchange history and physically delete the files. v4.1.0+

The files will also be automatically deleted from the http server.

Request example:

{
    "method" : "clearFileTransferHistory",
    "requestId" : "1",
    "deleteFilesFromDisk" : true
}

Response example:

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

Parameter description:

  • deleteFilesFromDisk — the flag indicating if it is necessary to delete the files from the drive

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

See also: