Skip to main content
DELETE
cURL
Deletes a single entry (question/answer pair or text chunk) from a knowledge base without re-embedding the whole knowledge base.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The hash_id of the knowledge base

Body

application/json

Entry to delete

node_id
string
required

The id of the entry to delete

node_type
string
required

The type of the entry, e.g. Question

Response

Entry deleted

success
boolean

Whether the request succeeded

message
string

Response message