To remove an unstructured document from the Fluid Topics portal:
- Create or edit
FluidTopicsControlFile.xml
. - Add a
<publishStatus>
metadata key containing the valuedeleted
. - 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>