Skip to main content
DELETE
/
api
/
v1
/
knowledge
/
documents
/
{id}
Delete knowledge document
curl --request DELETE \
  --url http://127.0.0.1:4000/api/v1/knowledge/documents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://familyco.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1

Response

Delete succeeded

ok
boolean
required