DeleteFile
POST /deleteFile
Delete a file.
Header
| Field | Value | 
|---|---|
| accessToken | accessTokenset in the Config | 
Body
| Field | Value | Type | 
|---|---|---|
| file | File to delete (full path) | string | 
| test(optional) | Only log the file action but don’t execute it for testing purposes | true | 
Response
Status: 200
"success"Last updated on