Deskhero Developer Hub
Back to deskhero.com
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}
Authorisation
Minimum role: USER

Request arguments

Name Type Source
idInt32
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37