Skip to main content
DELETE
/
api
/
knowledge
/
knowledge-entries
/
{entry_id}
Delete a knowledge entry
curl --request DELETE \
  --url https://{tenant}.app.big-panda.ai/api/knowledge/knowledge-entries/{entry_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.big-panda.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API-Token aus dem Big-Panda-Admin-UI unter Einstellungen → API-Keys. Header: Authorization: Bearer <token>.

Headers

X-Scopes
string
default:""

Space-separated scope set from the token (ADR-015)

X-Audit-Source
string
default:api

Audit-channel from the gateway (M.5)

X-Client-Id
string | null

OAuth client_id; only set for MCP-channel calls

Path Parameters

entry_id
string<uuid>
required

Response

Successful Response