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.
Note: If a document is linked to multiple cases, and that document is deleted, it is deleted from all case folders.
Required System Action
cmisAdmin
API Descriptions