Delete a document - Fluid Topics - Latest

Fluid Topics Control File

Category
Technical Notes
Audience
public
Version
Latest

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 or Delete an unstructured document web services to delete a document, or to delete a document in the UI.