Knowledge Base
Delete Knowledge Base
Soft delete one knowledge base.
DELETE
Delete Knowledge Base
Destructive
Soft-delete a knowledge base. DialNexa blocks the delete while the knowledge base is still attached to the current draft or latest published version of any agent in the workspace. The delete is reversible by support within the retention window.
v1 only. Knowledge bases are available on the
/v1 API. There is no legacy unversioned equivalent.When to use this
- Retiring content: remove a knowledge base whose content is obsolete so agents stop answering from it.
- Multi-tenant offboarding: delete a per-customer knowledge base when that customer leaves.
knowledge_base_ids via Update Agent if they should switch to a replacement. If any agent still uses the knowledge base, the API returns 409 Conflict with the affected agent_ids. A 404 Not Found means the knowledge base does not exist in this workspace. See Errors for the standard error format.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Delete Knowledge Base