Delete an unstructured document - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service is used to delete a single existing Fluid Topics document.

Method Endpoint
DELETE /api/admin/khub/documents/{docId}
Path parameter Type Description
{docId} String The document identifier.

Users or API keys with the CONTENT_PUBLISHER role can only update the metadata of a document published through a source they have permissions for.

Response body

{
  "deletedDocumentId": "DMqEQpgNEfevAP9F1h3mpw"
}