# clearFileTransferHistory

Version: 4.1.0+

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

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 learn more about it here.

See also: