Skip to main content

Delete a chatbot knowledge base

DELETE 

/bv/aisk/v1/chatbots/:id/knowledge-bases/:knowledge_base_id

This API is used to delete a relationship between chatbot and knowledge base.


It'll return a 404/NotFound error if any requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The uuid of the chatbot.

    knowledge_base_id stringrequired

    Required. The uuid of the knowledge base that will be removed from the chatbot.

Responses

A successful response.

Schema

    object

Loading...