curl --request DELETE \
--url https://api.dev.opencorpus.ai/assistants/{assistant_id}/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>'{}Detach a specific knowledge base from an assistant
curl --request DELETE \
--url https://api.dev.opencorpus.ai/assistants/{assistant_id}/knowledge-bases/{knowledge_base_id} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
The response is of type Response Detach Knowledge Base From Assistant Assistants Assistant Id Knowledge Bases Knowledge Base Id Delete · object.