cURL
curl --request DELETE \ --url https://dev.exante.app/api/knowledge/{doc_uid} \ --header 'Authorization: Bearer <token>'
archived
true
organization
{ "status": "success", "status_code": 200, "message": "Knowledge document deleted successfully", "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Knowledge document archived