@wildix/wim-knowledge-base-client > KnowledgeBase > deleteDocument
KnowledgeBase.deleteDocument() method
Signature:
deleteDocument(args: DeleteDocumentCommandInput, cb: (err: any, data?: DeleteDocumentCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
|---|---|---|
args | ||
cb | (err: any, data?: DeleteDocumentCommandOutput) => void |
Returns:
void