Skip to main content
Version: 5.7.0

SysDeleteGlobalFile

Deletes the specified global file.

ServiceOperation
globalFileV3SYS_DELETE_GLOBAL_FILE

Method Parameters

ParameterDescription
fileIdThe id of the file
versionThe version of the file
filenameThe filename of the file (provided as a check)

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {
"fileDetails": {
"treeId": "",
"fileName": "testFile3.txt",
"version": 1,
"fileId": "8d2e30b0-6308-4aeb-ac6a-68e4a458365b"
}
}
}