DeleteFileAccessToken
Delete a file.
Endpoint
POST /deleteFile
Parameter
Header
Field | Value |
---|---|
accessToken | accessToken set 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
200
Status: 200
"success"
400
"Error Text"