Delete Managed File or Directory

Removes an existing file or directory of a specific Managed File ID (or Name) from the File Store.

Request takes no content, and on success returns a response containing the result of the request for removal (“true” or “false”).

Type: GET
URI: /rest/serverengine/filestore/delete/{fileId}
Parameters:

Path:

  • fileId – the Managed File ID (or Name) of the file or directory in File Store
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content:
Content Type:
Response:
Add. Headers:
Content: Result of request for removal
Content Type: text/plain
Status:
  • 200 OK – Removal of file or directory successfully requested from File Store (response of “true” for success or “false” for failure)
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 404 Not Found – File or directory not found in File Store
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 9:58 AM