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

NameTypeDescription

articleId

integer

The article ID

Query Parameters

NameTypeDescription

groupId

integer

The Knowledge Base group ID

Headers

NameTypeDescription

Authorization

string

Bearer {{API_key}}

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

Last updated