This web service is used to delete a single existing Fluid Topics unstructured 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"
}