0

We are developing an API to be called by external application.

To have unqiue document ID across Site Collection we have enabled “Document ID service”

Using CSOM we have been able to implement

  1. Upload File
  2. Download file by passing ‘Document ID’

However struggling to file a way to delete document using ‘Document ID’. That is the caller will only be passing the unique Document ID and we have to delete it. Googling around getting SOM codeDelete document from document Library Using Document ID

As we are implementing it for SharePoint 2016 and donot want to use anything which will run only the Server, we are looking for CSOM / REST implementation.

Kindly let know if any further details required.

(Visited 163 times, 1 visits today)
Beau Cameron Selected answer as best April 20, 2018
Add a Comment