DELETE
/
knowledge-base
/
{id}
curl --request DELETE \
  --url https://api.wapikit.com/api/knowledge-base/{id}
{
  "isDeleted": true
}

Path Parameters

id
string
required

The id of the knowledge base item

Response

200
application/json

Knowledge base item deleted successfully

The response is of type object.