Skip to main content
Version: v3

Delete a knowledge base

DELETE 

/knowledge-bases/:knowledgeBaseId

Permanently deletes a knowledge base and its associated trained content. WHEN TO USE: use this when the whole knowledge source is no longer needed; use deleteTrainedUrlsForKnowledgeBase or delete (FAQ) to remove only some content. RETURNS: whether the delete succeeded.

Request

Version stringrequired

API Version

Available optionsv3
knowledgeBaseId stringrequired

The unique identifier of the knowledge base to delete

application/json

Knowledge base deleted successfully

Schema
    successbooleanrequired

    Indicates if the delete operation was successful