Skip to content

Delete a KB entry

DELETE
/api/kb-entries/{entryId}

Permanently removes a knowledge base entry. The AI will no longer reference this entry in conversations. This action cannot be undone.

entryId
required
string format: uuid

The unique identifier of the KB entry to delete.

The KB entry was deleted.

No KB entry exists with the given ID in the authenticated tenant.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found