1.6
Table Of Contents
- Table of Contents
- Welcome to the PlanetPress Connect REST API Cookbook
- Technical Overview
- Working Examples
- REST API Reference
- Authentication Service
- Content Creation Service
- Content Item Entity Service
- Content Set Entity Service
- Data Record Entity Service
- Data Set Entity Service
- Data Mapping Service
- Content Creation (Email) Service
- File Store Service
- Content Creation (HTML) Service
- Job Creation Service
- Job Entity Service
- Job Set Entity Service
- Output Creation Service
- All-In-One Service
- Copyright Information
- Legal Notices and Acknowledgments
Delete File or Directory
Removes a 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:
l 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:
l 200 OK – Removal of file or directory successfully
requested from File Store (response of “true” for
success or “false” for failure)
Page 316