new DeleteDocumentRequest(docRef)
Object DeleteDocumentRequest
Usage:
RestApiService.getDocumentService().deleteDocument(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
docRef |
string | The reference for the document. Can be obtained using getFolderContent. (Some CMIS servers use characters in document references that must be URL encoded. If you are using such a CMIS server, URL encode the document reference, or use the alternative Delete function that passes a DeleteDocumentRequestType element.) |
- Since:
- 4.0.0