DELETE
/
knowledgebase
/
{knowledgeBaseId}
/
items
/
{knowledgeBaseItemId}
curl --request DELETE \
  --url https://atoms-api.smallest.ai/api/v1/knowledgebase/{knowledgeBaseId}/items/{knowledgeBaseItemId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

knowledgeBaseId
string
required

The ID of the knowledge base

knowledgeBaseItemId
string
required

The ID of the knowledge base item

Response

200
application/json
Knowledge base item deleted successfully

The response is of type object.