Delete Documents

The Documentum Connector can delete documents from the Documentum repository. To delete documents, use the delete fetch action:

http://host:port/action=Fetch
                          &FetchAction=Delete
		           &Identifiers=Document_Identifiers

By default, the connector deletes all versions of the specified document. To delete only the version specified in the action, set the configuration parameter DeleteAllVersions to false.