Categories
Delete
Soft deletes one category, but only when nothing depends on it: the call is refused while the category still has child categories or any knowledge base article assigned to it. Nothing is reassigned automatically, the children and articles have to be moved or removed first.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/categories/{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