Remove unstructured content - Fluid Topics - Latest

Unstructured Documents Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

To remove an unstructured document from the Fluid Topics portal:

  1. Create or edit FluidTopicsControlFile.xml.
  2. Add a <publishStatus> metadata key containing the value deleted.
  3. Upload an archive containing the updated FluidTopicsControlFile.xml file.

Example

The following lines show an example of a control file that removes an unstructured document:

<?xml version='1.0' encoding='utf-8'?>
<controlFile>
    <resources>
        <resource lang="en-US">
            <originId>cat_image</originId>
            <publishStatus>deleted</publishStatus>
        </resource>
    </resources>
</controlFile>