Administrators can delete a document by uploading a control file asynchronously.
The following lines show a control file that deletes a document:
<?xml version="1.0" encoding="UTF-8"?>
<controlFile>
<resources>
<resource>
<originId>origin_id</originId>
<publishStatus>deleted</publishStatus>
</resource>
</resources>
</controlFile>
It is also possible to:
- Use the Delete a map web service.
- Use the Delete an unstructured document web service.
- Delete a document through the interface.