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