Knowledge bases
Delete
Soft deletes one knowledge base article, which requires the calling User to hold EDIT permission through one of the article's groups. Files attached to the article are deleted as well, on a best effort basis: a failure to remove them is logged but still reports success.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/knowledge_bases/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37