Delete a KB entry
DELETE /api/kb-entries/{entryId}
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entryId
required
string format: uuid
The unique identifier of the KB entry to delete.
Responses
Section titled “ Responses ”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