# deleteFileTransferFile

Description: remove a file from the file exchange history and optionally from the disk.

Request example:

{
    "method" : "deleteFileTransferFile",
    "requestId" : "1",
    "fileRequestId" : "050318b4-607c-442e-a3df-33fd739b996f",
    "deleteFromDisk" : true
}

Response example:

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

Parameter description:

  • fileRequestId — the identifier of the file request

  • deleteFromDisk - a flag that indicates the need to delete the file from the http server

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

See also: