Delete Category
This endpoint allows you to delete a category from the knowledge base
Last updated
This endpoint allows you to delete a category from the knowledge base
Last updated
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
articleId
integer
The article ID
groupId
integer
The Knowledge Base group ID
Authorization
string
Bearer {{API_key}}