Skip to main content
DELETE
Delete a Knowledge Base Document
Safety and behavior notes
  • Deletion is limited by client_id, knowledge_base_id, and document id.
  • Deletion is permanent and cascades from the document row to its chunks.
  • Neither REST nor MCP provides a confirmation or preview gate for this deletion.

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required
docId
string<uuid>
required

Response

Document permanently deleted.

success
enum<boolean>
required
Available options:
true
deleted
enum<boolean>
required
Available options:
true
Last modified on September 8, 2026