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

Name
Type
Description

articleId

integer

The article ID

Query Parameters

Name
Type
Description

groupId

integer

The Knowledge Base group ID

Headers

Name
Type
Description

Authorization

string

Bearer {{API_key}}

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

Last updated