Delete
Delete a Knowledge Base.
Delete Knowledge base
DELETE
https://{{account_id}}.acquire.io/api/v1/kb/group/delete/{{id}}
Delete a Knowledge Base. The id must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.
Path Parameters
Name
Type
Description
KnowledgeBaseId
integer
ID of the Knowledge Base group to be deleted
Headers
Name
Type
Description
Authorization
string
Bearer {{API_key}}
Last updated