Detach Knowledge Base
POST
https://api.anunzi.net/v2/knowledge_base/{knowledge_base_id}/detach
Detach a knowledge base from an AI assistant in your Anunzi environment. This removes the assistant’s ability to reference that knowledge base during conversations.
Path Parameters
Parameter
Type
Required
Description
knowledge_base_id
string
Yes
The unique ID of the knowledge base to detach.
Body Parameters
Parameter
Type
Required
Description
model_id
string
Yes
The unique ID of the AI assistant from which the knowledge base will be detached.
Example Request (cURL)
Example Response (200 OK)
Response Fields
Field
Type
Description
body
string
Confirmation message that the knowledge base was detached.
model_id
string
The AI assistant ID from which the knowledge base was removed.
Status Codes
Code
Description
200
Knowledge base detached successfully.
400
Bad Request. Invalid or missing parameters.
Última actualización
¿Te fue útil?