| FileBrowserServicesDelete Method | 
Namespace: IngeniuxCMService
 Syntax
SyntaxThe information on the deletion
 Examples
Examples{
    "data": {
        "type": "File",
        "relativePath": "Documents/Testfolder",
        "folderPath": "Documents/Testfolder",
        "pickedNames": [],
        "isFolder": true
    }
} Examples
Examples{
    "data": {
        "type": "File",
        "relativePath": "Documents",
        "folderPath": "Documents",
        "pickedNames": ["free-infamous-second-son-hd-desktop-wallpaper (17).jpg"],
        "isFolder": false
    }
}The information of actual deletion
{
    "code": 0,
    "error": null,
    "message": {
        "fileNames": ["free-infamous-second-son-hd-desktop-wallpaper%20(17).jpg"]
    }
} See Also
See Also