# clearFileTransferHistory

Version: 4.1.0+

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

Also, files will be automatically removed 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 - unique request identifier. More details can be found here

See also: