Delete Category

This endpoint allows you to delete a category from the knowledge base

Delete Category

DELETE https://{{account_id}}.acquire.io/api/v1/kb/category/delete/{{articleId}}?groupId={{groupId}}

This endpoint allows you to delete a category from the Knowledge Base. The article ID must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.

Path Parameters

Query Parameters

Headers

{
  "data": {
    "success": true,
    "message": "Category Successfully deleted.",
    "data": 67
  }
}

Last updated