Skip to main content
DELETE
/
api
/
v1
/
orgs
/
{org_id}
/
knowledge-bases
/
{kb_id}
/
documents
/
{doc_id}
Delete Document
curl --request DELETE \
  --url https://api.example.com/api/v1/orgs/{org_id}/knowledge-bases/{kb_id}/documents/{doc_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required
kb_id
string
required
doc_id
string
required

Response

Successful Response

{key}
boolean