deleteDocument
Deletes the specified document from the CMS.
- The request identifies the document reference of the document to delete.
- The response returns no content.
Note that there are two REST variants of deleteDocument:
- DELETE with a path parameter - In this request, the document reference is included as a path parameter. Note, however, some CMIS servers use characters in document references that need escaping when included in URLs. If this is an issue, you can URL-encode the document reference, or you can use the alternative DELETE method with a request body.
- DELETE with a request body - In this request, the document reference is embedded in the request body.
- Required System Action
- cmisAdmin
Copyright © Cloud Software Group, Inc. All rights reserved.