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
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.
articleId
integer
The article ID
groupId
integer
The Knowledge Base group ID
Authorization
string
Bearer {{API_key}}
{
"data": {
"success": true,
"message": "Category Successfully deleted.",
"data": 67
}
}Last updated