3.1.4.1 DeleteAllVersions

The DeleteAllVersions operation deletes all the previous versions of the specified file, except for the published version and the current version. If the Recycle Bin is enabled, the versions are placed in the Recycle Bin, instead.

 <wsdl:operation name="DeleteAllVersions">
     <wsdl:input message="tns:DeleteAllVersionsSoapIn" />
     <wsdl:output message="tns:DeleteAllVersionsSoapOut" />
 </wsdl:operation>

The protocol client sends a DeleteAllVersionsSoapIn request message, and the protocol server responds with a DeleteAllVersionsSoapOut response message.