Skip to main content
DELETE
Delete a knowledge base

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

X-Naive-Project-Id
string<uuid>

Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.

Path Parameters

user_id
string
required

Tenant user id, or default for the caller`s own.

knowledge_base_id
string
required

Knowledge base id.

Response

Approval required before the action runs

Returned with HTTP 202 when an agent action is gated behind a human approval.

status
enum<string>
Available options:
pending_approval
approval_id
string
action
string
primitive
string
title
string | null
message
string
next_steps
object[]