Skip to main content
DELETE
/
assistants
/
{assistant_id}
/
knowledge-bases
/
{knowledge_base_id}
Detach Knowledge Base From Assistant
curl --request DELETE \
  --url https://api.dev.opencorpus.ai/assistants/{assistant_id}/knowledge-bases/{knowledge_base_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
string<uuid>
required
knowledge_base_id
string
required

Response

Successful Response

The response is of type Response Detach Knowledge Base From Assistant Assistants Assistant Id Knowledge Bases Knowledge Base Id Delete · object.