function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rohits83rohits83 

Delete Document from Workspace and Content Folder

 

I need to Delete Documents from Workspace and Content Folder.

 

I have published the document using a SOAP message by tying the contentdocumentID and ContentWorkspaceId in the ContentWorkspaceDo.

 

I need to delete the document using the web services calls only ... 

 

I tried to modify the publishedstatus of the Document from P to R and IsDelete status from false to true, but I get a error stating that it is not writeable field.

Can someone please suggest a way to delete the document from the Workspace and Content Folder.

 

Thanks

Rohit