Deleting a file or folder
Use DeleteFile to delete a file or folder in an Encyclopedia volume. To delete lists of items, use IdList and specify the lists to delete, as shown in the following example:
<SOAP-ENV:Body>
<Administrate>
<AdminOperation>
<DeleteFile>
<IdList>
<String>3</String>
<String>760>/String>
<String>814</String>
</IdList>
</DeleteFile>
</AdminOperation>
</Administrate>
</SOAP-ENV:Body>