We are working on developing a web services call from one of our internal applications to delete images that had previously been stored in Content Server.
The behavior we are seeing in our environment is that the call to DeleteNode is removing the document, but the version information is remaining. A second call to DeleteNode with the same ID appears to remove it completely - which is what we are going for.
Is this the expected behavior for this process, or is there a better way to configure things where multiple calls are not required?