Knowledge Bases
Removes a Knowledge Base Source from a Knowledge Base.
Removes a Knowledge Base Source (the link to a Source) from a Knowledge Base. This operation does not delete the Source itself.
DELETE
/
knowledge-bases
/
{knowledge_base_id}
/
sources
/
{source_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
knowledge_base_id
string
requiredUnique identifier for a Knowledge Base
.
Maximum length:
28
source_id
string
requiredUnique identifier for a Source
that was uploaded to Totoy.
Maximum length:
29
Response
200 - application/json
knowledge_base_id
string
requiredThe unique identifier of the Knowledge Base
the Knowledge Base Source
was deleted from.
Maximum length:
28
source_id
string
requiredUnique identifier for the Source
which link was deleted from the Knowledge Base
, so it will no longer be considered as a Knowledge Base Source
.
Maximum length:
29
deleted
boolean
requiredIndicates whether the Knowledge Base Source
was successfully deleted. Note that only the link to the Source
is deleted, not the Source
itself.