Skip to main content
DELETE
/
api
/
knowledge
/
{doc_uid}
Delete knowledge document
curl --request DELETE \
  --url https://dev.exante.app/api/knowledge/{doc_uid} \
  --header 'Authorization: Bearer <token>'
Soft-deletes a knowledge document by setting its archived flag to true. The document is not permanently removed.

Query parameters

ParameterTypeRequiredDescription
organizationUUIDyesOrganization UUID

Response

{
  "status": "success",
  "status_code": 200,
  "message": "Knowledge document deleted successfully",
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

doc_uid
string<uuid>
required

Query Parameters

organization
string<uuid>
required

Response

Knowledge document archived