Skip to main content
DELETE
/
ai
/
knowledge-bases
/
{kb_id}
/
documents
/
{document_id}
Delete knowledge-base document
curl --request DELETE \
  --url https://api.wacht.dev/ai/knowledge-bases/{kb_id}/documents/{document_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Path Parameters

kb_id
string
required
document_id
string
required

Response

200 - application/json

Deleted document

The response is of type object.