# deleteFileTransferFile

Description

Remove the file from the file exchange history and optionally from the disk

void deleteFileTransferFile(int iFileId)

Parameters

Name Description
iFileId The identifier of the file request

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025